#BBE4ED

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

Shades of Onahau #BBE4ED

Tints of Onahau #BBE4ED

Color information

#BBE4ED (or 0xBBE4ED) is unknown color: approx Onahau. HEX triplet: BB, E4 and ED. RGB value is (187,228,237). Sum of RGB (Red+Green+Blue) = 187+228+237=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4ED is #441B12. Grayscale: #D8D8D8. Windows color (decimal): -4463379 or 15590587. OLE color: 15590587.

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

Color convert

RGB187228237-
CMYK0.210.0400.07
HSL190.8º58.14%83.14%-
HSV(B)190.8º21.1%92.94%-
XYZ63.5272.1790.7-
YUV216.77139.42106.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=28.68%
G=34.97%
B=36.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872282370.210.0400.07190.858.1483.14
HexBBE4ED15407bf3a53
Octal2733443552540727772123
Binary101110111110010011101101101011000111101111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4ED; }

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

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

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

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

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

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

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

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