#BBE0ED

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

Shades of Onahau #BBE0ED

Tints of Onahau #BBE0ED

Color information

#BBE0ED (or 0xBBE0ED) is unknown color: approx Onahau. HEX triplet: BB, E0 and ED. RGB value is (187,224,237). Sum of RGB (Red+Green+Blue) = 187+224+237=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0ED is #441F12. Grayscale: #D6D6D6. Windows color (decimal): -4464403 or 15589563. OLE color: 15589563.

HSL color Cylindrical-coordinate representation of color #BBE0ED: hue angle of 195.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 #BBE0ED is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187224237-
CMYK0.210.0500.07
HSL195.6º58.14%83.14%-
HSV(B)195.6º21.1%92.94%-
XYZ62.4469.9990.34-
YUV214.42140.74108.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=28.86%
G=34.57%
B=36.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872242370.210.0500.07195.658.1483.14
HexBBE0ED15507c43a53
Octal2733403552550730472123
Binary101110111110000011101101101011010111110001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0ED; }

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

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

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

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

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

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

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

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