#BBE7E8

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

Shades of Onahau #BBE7E8

Tints of Onahau #BBE7E8

Color information

#BBE7E8 (or 0xBBE7E8) is unknown color: approx Onahau. HEX triplet: BB, E7 and E8. RGB value is (187,231,232). Sum of RGB (Red+Green+Blue) = 187+231+232=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBE7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7E8 is #441817. Grayscale: #D9D9D9. Windows color (decimal): -4462616 or 15263675. OLE color: 15263675.

HSL color Cylindrical-coordinate representation of color #BBE7E8: hue angle of 181.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7E8 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187231232-
CMYK0.190.0000.09
HSL181.33º49.45%82.16%-
HSV(B)181.33º19.4%90.98%-
XYZ63.6373.5487.19-
YUV217.96135.92105.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=28.77%
G=35.54%
B=35.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312320.190.0000.09181.3349.4582.16
HexBBE7E813009b53152
Octal27334735023001126561122
Binary10111011111001111110100010011001001101101011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7E8; }

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

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

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

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

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

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

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

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