#BBE7ED

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

Shades of Onahau #BBE7ED

Tints of Onahau #BBE7ED

Color information

#BBE7ED (or 0xBBE7ED) is unknown color: approx Onahau. HEX triplet: BB, E7 and ED. RGB value is (187,231,237). Sum of RGB (Red+Green+Blue) = 187+231+237=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7ED is #441812. Grayscale: #DADADA. Windows color (decimal): -4462611 or 15591355. OLE color: 15591355.

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

Color convert

RGB187231237-
CMYK0.210.0300.07
HSL187.2º58.14%83.14%-
HSV(B)187.2º21.1%92.94%-
XYZ64.3673.8390.98-
YUV218.53138.42105.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=28.55%
G=35.27%
B=36.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872312370.210.0300.07187.258.1483.14
HexBBE7ED15307bb3a53
Octal2733473552530727372123
Binary10111011111001111110110110101110111101110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7ED; }

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

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

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

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

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

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

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

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