#BBECF0

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

Shades of Onahau #BBECF0

Tints of Onahau #BBECF0

Color information

#BBECF0 (or 0xBBECF0) is unknown color: approx Onahau. HEX triplet: BB, EC and F0. RGB value is (187,236,240). Sum of RGB (Red+Green+Blue) = 187+236+240=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF0 is #44130F. Grayscale: #DDDDDD. Windows color (decimal): -4461328 or 15789243. OLE color: 15789243.

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

Color convert

RGB187236240-
CMYK0.220.0200.06
HSL184.53º63.86%83.73%-
HSV(B)184.53º22.08%94.12%-
XYZ66.2276.8593.78-
YUV221.8138.27103.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=28.21%
G=35.60%
B=36.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872362400.220.0200.06184.5363.8683.73
HexBBECF016206b94054
Octal27335436026206271100124
Binary101110111110110011110000101101001101011100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECF0; }

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

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

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

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

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

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

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

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