#BBE6F9

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

Shades of Onahau #BBE6F9

Tints of Onahau #BBE6F9

Color information

#BBE6F9 (or 0xBBE6F9) is unknown color: approx Onahau. HEX triplet: BB, E6 and F9. RGB value is (187,230,249). Sum of RGB (Red+Green+Blue) = 187+230+249=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F9 is #441906. Grayscale: #DBDBDB. Windows color (decimal): -4462855 or 16377531. OLE color: 16377531.

HSL color Cylindrical-coordinate representation of color #BBE6F9: hue angle of 198.39º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE6F9 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187230249-
CMYK0.250.0800.02
HSL198.39º83.78%85.49%-
HSV(B)198.39º24.9%97.65%-
XYZ65.8974100.43-
YUV219.31144.75104.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=28.08%
G=34.53%
B=37.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872302490.250.0800.02198.3983.7885.49
HexBBE6F919802c65455
Octal273346371311002306124125
Binary1011101111100110111110011100110000101100011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6F9; }

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

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

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

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

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

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

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

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