#BBC0EF

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

Shades of Perano #BBC0EF

Tints of Perano #BBC0EF

Color information

#BBC0EF (or 0xBBC0EF) is unknown color: approx Perano. HEX triplet: BB, C0 and EF. RGB value is (187,192,239). Sum of RGB (Red+Green+Blue) = 187+192+239=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0EF is #443F10. Grayscale: #C3C3C3. Windows color (decimal): -4472593 or 15712443. OLE color: 15712443.

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

Color convert

RGB187192239-
CMYK0.220.2000.06
HSL234.23º61.9%83.53%-
HSV(B)234.23º21.76%93.73%-
XYZ54.9254.589.29-
YUV195.86152.34121.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=30.26%
G=31.07%
B=38.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871922390.220.2000.06234.2361.983.53
HexBBC0EF161406ea3e54
Octal27330035726240635276124
Binary10111011110000001110111110110101000110111010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0EF; }

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

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

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

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

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

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

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

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