#BBC2F3

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

Shades of Perano #BBC2F3

Tints of Perano #BBC2F3

Color information

#BBC2F3 (or 0xBBC2F3) is unknown color: approx Perano. HEX triplet: BB, C2 and F3. RGB value is (187,194,243). Sum of RGB (Red+Green+Blue) = 187+194+243=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F3 is #443D0C. Grayscale: #C5C5C5. Windows color (decimal): -4472077 or 15975099. OLE color: 15975099.

HSL color Cylindrical-coordinate representation of color #BBC2F3: hue angle of 232.5º 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 #BBC2F3 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187194243-
CMYK0.230.2000.05
HSL232.5º70%84.31%-
HSV(B)232.5º23.05%95.29%-
XYZ55.9655.6292.58-
YUV197.49153.68120.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=29.97%
G=31.09%
B=38.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871942430.230.2000.05232.57084.31
HexBBC2F3171405e84654
Octal273302363272405350106124
Binary101110111100001011110011101111010001011110100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2F3; }

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

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

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

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

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

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

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

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