#BBC0EE

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

Shades of Perano #BBC0EE

Tints of Perano #BBC0EE

Color information

#BBC0EE (or 0xBBC0EE) is unknown color: approx Perano. HEX triplet: BB, C0 and EE. RGB value is (187,192,238). Sum of RGB (Red+Green+Blue) = 187+192+238=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0EE is #443F11. Grayscale: #C3C3C3. Windows color (decimal): -4472594 or 15646907. OLE color: 15646907.

HSL color Cylindrical-coordinate representation of color #BBC0EE: hue angle of 234.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187192238-
CMYK0.210.1900.07
HSL234.12º60%83.33%-
HSV(B)234.12º21.43%93.33%-
XYZ54.7854.4488.51-
YUV195.75151.84121.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=30.31%
G=31.12%
B=38.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871922380.210.1900.07234.126083.33
HexBBC0EE151307ea3c53
Octal27330035625230735274123
Binary10111011110000001110111010101100110111111010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0EE; }

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

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

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

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

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

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

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

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