#BBEAED

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

Shades of Onahau #BBEAED

Tints of Onahau #BBEAED

Color information

#BBEAED (or 0xBBEAED) is unknown color: approx Onahau. HEX triplet: BB, EA and ED. RGB value is (187,234,237). Sum of RGB (Red+Green+Blue) = 187+234+237=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAED is #441512. Grayscale: #DCDCDC. Windows color (decimal): -4461843 or 15592123. OLE color: 15592123.

HSL color Cylindrical-coordinate representation of color #BBEAED: hue angle of 183.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEAED is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187234237-
CMYK0.210.0100.07
HSL183.6º58.14%83.14%-
HSV(B)183.6º21.1%92.94%-
XYZ65.275.5291.26-
YUV220.29137.43104.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=28.42%
G=35.56%
B=36.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872342370.210.0100.07183.658.1483.14
HexBBEAED15107b83a53
Octal2733523552510727072123
Binary1011101111101010111011011010110111101110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAED; }

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

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

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

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

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

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

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

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