#BBC0F3

Color #BBC0F3 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #BBC0F3

Tints of Perano #BBC0F3

Color information

#BBC0F3 (or 0xBBC0F3) is unknown color: approx Perano. HEX triplet: BB, C0 and F3. RGB value is (187,192,243). Sum of RGB (Red+Green+Blue) = 187+192+243=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F3 is #443F0C. Grayscale: #C4C4C4. Windows color (decimal): -4472589 or 15974587. OLE color: 15974587.

HSL color Cylindrical-coordinate representation of color #BBC0F3: hue angle of 234.64º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC0F3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187192243-
CMYK0.230.2100.05
HSL234.64º70%84.31%-
HSV(B)234.64º23.05%95.29%-
XYZ55.5254.7492.43-
YUV196.32154.34121.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=30.06%
G=30.87%
B=39.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871922430.230.2100.05234.647084.31
HexBBC0F3171505eb4654
Octal273300363272505353106124
Binary101110111100000011110011101111010101011110101110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0F3; }

 p { color: rgb(187,192,243); }

 H1.HeaderClassName
 {
   color: #BBC0F3;
 }
 .AnyTagClassName
 {
   color: #BBC0F3;
 }
</style>
background-color css

<style>
 a { background-color: #BBC0F3; }

 a { background-color: rgb(187,192,243); }

 div.DivClassName
 {
   background-color: #BBC0F3;
 }
 .BgClassName
 {
   background-color: #BBC0F3;
 }
</style>
border-color css

<style>
 span { border-color: #BBC0F3; }

 span { border-color: rgb(187,192,243); }

 td.TdClassName
 {
   border-color: #BBC0F3;
 }
 .TagClassName
 {
   border-color: #BBC0F3;
 }
</style>