#BBC1EE

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

Shades of Perano #BBC1EE

Tints of Perano #BBC1EE

Color information

#BBC1EE (or 0xBBC1EE) is unknown color: approx Perano. HEX triplet: BB, C1 and EE. RGB value is (187,193,238). Sum of RGB (Red+Green+Blue) = 187+193+238=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1EE is #443E11. Grayscale: #C4C4C4. Windows color (decimal): -4472338 or 15647163. OLE color: 15647163.

HSL color Cylindrical-coordinate representation of color #BBC1EE: hue angle of 232.94º 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 #BBC1EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187193238-
CMYK0.210.1900.07
HSL232.94º60%83.33%-
HSV(B)232.94º21.43%93.33%-
XYZ5554.8888.58-
YUV196.34151.51121.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=30.26%
G=31.23%
B=38.51%

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
Decimal1871932380.210.1900.07232.946083.33
HexBBC1EE151307e93c53
Octal27330135625230735174123
Binary10111011110000011110111010101100110111111010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1EE; }

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

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

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

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

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

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

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

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