#bbc2ef

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

Shades of Perano #BBC2EF

Tints of Perano #BBC2EF

Color information

#BBC2EF (or 0xBBC2EF) is unknown color: approx Perano. HEX triplet: BB, C2 and EF. RGB value is (187,194,239). Sum of RGB (Red+Green+Blue) = 187+194+239=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EF is #443D10. Grayscale: #C4C4C4. Windows color (decimal): -4472081 or 15712955. OLE color: 15712955.

HSL color Cylindrical-coordinate representation of color #BBC2EF: hue angle of 231.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC2EF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187194239-
CMYK0.220.1900.06
HSL231.92º61.9%83.53%-
HSV(B)231.92º21.76%93.73%-
XYZ55.3755.3889.43-
YUV197.04151.68120.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=30.16%
G=31.29%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871942390.220.1900.06231.9261.983.53
HexBBC2EF161306e83e54
Octal27330235726230635076124
Binary10111011110000101110111110110100110110111010001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc2ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc2ef; }

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

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

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

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

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

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

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

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