#BBE6F4

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

Shades of Onahau #BBE6F4

Tints of Onahau #BBE6F4

Color information

#BBE6F4 (or 0xBBE6F4) is unknown color: approx Onahau. HEX triplet: BB, E6 and F4. RGB value is (187,230,244). Sum of RGB (Red+Green+Blue) = 187+230+244=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F4 is #44190B. Grayscale: #DADADA. Windows color (decimal): -4462860 or 16049851. OLE color: 16049851.

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

Color convert

RGB187230244-
CMYK0.230.0600.04
HSL194.74º72.15%84.51%-
HSV(B)194.74º23.36%95.69%-
XYZ65.1273.6996.38-
YUV218.74142.25105.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 244 (95.70% from 255) = 36.91%
R=28.29%
G=34.80%
B=36.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872302440.230.0600.04194.7472.1584.51
HexBBE6F417604c34855
Octal27334636427604303110125
Binary1011101111100110111101001011111001001100001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6F4; }

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

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

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

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

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

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

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

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