#BBECF2

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

Shades of Onahau #BBECF2

Tints of Onahau #BBECF2

Color information

#BBECF2 (or 0xBBECF2) is unknown color: approx Onahau. HEX triplet: BB, EC and F2. RGB value is (187,236,242). Sum of RGB (Red+Green+Blue) = 187+236+242=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF2 is #44130D. Grayscale: #DDDDDD. Windows color (decimal): -4461326 or 15920315. OLE color: 15920315.

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

Color convert

RGB187236242-
CMYK0.230.0200.05
HSL186.55º67.9%84.12%-
HSV(B)186.55º22.73%94.9%-
XYZ66.5276.9795.35-
YUV222.03139.27103.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=28.12%
G=35.49%
B=36.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872362420.230.0200.05186.5567.984.12
HexBBECF217205bb4454
Octal27335436227205273104124
Binary101110111110110011110010101111001011011101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECF2; }

 p { color: rgb(187,236,242); }

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

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

 a { background-color: rgb(187,236,242); }

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

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

 span { border-color: rgb(187,236,242); }

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