#BBEAF0

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

Shades of Onahau #BBEAF0

Tints of Onahau #BBEAF0

Color information

#BBEAF0 (or 0xBBEAF0) is unknown color: approx Onahau. HEX triplet: BB, EA and F0. RGB value is (187,234,240). Sum of RGB (Red+Green+Blue) = 187+234+240=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF0 is #44150F. Grayscale: #DCDCDC. Windows color (decimal): -4461840 or 15788731. OLE color: 15788731.

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

Color convert

RGB187234240-
CMYK0.220.0200.06
HSL186.79º63.86%83.73%-
HSV(B)186.79º22.08%94.12%-
XYZ65.6475.793.59-
YUV220.63138.93104.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=28.29%
G=35.40%
B=36.31%

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
Decimal1872342400.220.0200.06186.7963.8683.73
HexBBEAF016206bb4054
Octal27335236026206273100124
Binary101110111110101011110000101101001101011101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF0; }

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

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

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

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

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

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

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

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