#BBEBF4

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

Shades of Onahau #BBEBF4

Tints of Onahau #BBEBF4

Color information

#BBEBF4 (or 0xBBEBF4) is unknown color: approx Onahau. HEX triplet: BB, EB and F4. RGB value is (187,235,244). Sum of RGB (Red+Green+Blue) = 187+235+244=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF4 is #44140B. Grayscale: #DDDDDD. Windows color (decimal): -4461580 or 16051131. OLE color: 16051131.

HSL color Cylindrical-coordinate representation of color #BBEBF4: hue angle of 189.47º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEBF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187235244-
CMYK0.230.0400.04
HSL189.47º72.15%84.51%-
HSV(B)189.47º23.36%95.69%-
XYZ66.5376.5196.85-
YUV221.67140.6103.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 244 (95.70% from 255) = 36.64%
R=28.08%
G=35.29%
B=36.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872352440.230.0400.04189.4772.1584.51
HexBBEBF417404bd4855
Octal27335336427404275110125
Binary1011101111101011111101001011110001001011110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBF4; }

 p { color: rgb(187,235,244); }

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

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

 a { background-color: rgb(187,235,244); }

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

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

 span { border-color: rgb(187,235,244); }

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