#BBEAF4

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

Shades of Onahau #BBEAF4

Tints of Onahau #BBEAF4

Color information

#BBEAF4 (or 0xBBEAF4) is unknown color: approx Onahau. HEX triplet: BB, EA and F4. RGB value is (187,234,244). Sum of RGB (Red+Green+Blue) = 187+234+244=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF4 is #44150B. Grayscale: #DDDDDD. Windows color (decimal): -4461836 or 16050875. OLE color: 16050875.

HSL color Cylindrical-coordinate representation of color #BBEAF4: hue angle of 190.53º 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 #BBEAF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187234244-
CMYK0.230.0400.04
HSL190.53º72.15%84.51%-
HSV(B)190.53º23.36%95.69%-
XYZ66.2575.9496.75-
YUV221.09140.93103.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 244 (95.70% from 255) = 36.69%
R=28.12%
G=35.19%
B=36.69%

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
Decimal1872342440.230.0400.04190.5372.1584.51
HexBBEAF417404bf4855
Octal27335236427404277110125
Binary1011101111101010111101001011110001001011111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF4; }

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

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

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

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

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

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

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

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