#BBE9F6

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

Shades of Onahau #BBE9F6

Tints of Onahau #BBE9F6

Color information

#BBE9F6 (or 0xBBE9F6) is unknown color: approx Onahau. HEX triplet: BB, E9 and F6. RGB value is (187,233,246). Sum of RGB (Red+Green+Blue) = 187+233+246=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F6 is #441609. Grayscale: #DCDCDC. Windows color (decimal): -4462090 or 16181691. OLE color: 16181691.

HSL color Cylindrical-coordinate representation of color #BBE9F6: hue angle of 193.22º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE9F6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187233246-
CMYK0.240.0500.04
HSL193.22º76.62%84.9%-
HSV(B)193.22º23.98%96.47%-
XYZ66.2775.598.27-
YUV220.73142.26103.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 233 (91.41% from 255) = 34.98%
BLUE value IS 246 (96.48% from 255) = 36.94%
R=28.08%
G=34.98%
B=36.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872332460.240.0500.04193.2276.6284.9
HexBBE9F618504c14d55
Octal27335136630504301115125
Binary1011101111101001111101101100010101001100000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9F6; }

 p { color: rgb(187,233,246); }

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

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

 a { background-color: rgb(187,233,246); }

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

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

 span { border-color: rgb(187,233,246); }

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