#BBE6EB

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

Shades of Onahau #BBE6EB

Tints of Onahau #BBE6EB

Color information

#BBE6EB (or 0xBBE6EB) is unknown color: approx Onahau. HEX triplet: BB, E6 and EB. RGB value is (187,230,235). Sum of RGB (Red+Green+Blue) = 187+230+235=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6EB is #441914. Grayscale: #D9D9D9. Windows color (decimal): -4462869 or 15460027. OLE color: 15460027.

HSL color Cylindrical-coordinate representation of color #BBE6EB: hue angle of 186.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE6EB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187230235-
CMYK0.200.0200.08
HSL186.25º54.55%82.75%-
HSV(B)186.25º20.43%92.16%-
XYZ63.7973.1689.36-
YUV217.71137.75106.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=28.68%
G=35.28%
B=36.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872302350.200.0200.08186.2554.5582.75
HexBBE6EB14208ba3753
Octal27334635324201027267123
Binary101110111110011011101011101001001000101110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6EB; }

 p { color: rgb(187,230,235); }

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

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

 a { background-color: rgb(187,230,235); }

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

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

 span { border-color: rgb(187,230,235); }

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