#B9E2FE

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

Shades of Onahau #B9E2FE

Tints of Onahau #B9E2FE

Color information

#B9E2FE (or 0xB9E2FE) is unknown color: approx Onahau. HEX triplet: B9, E2 and FE. RGB value is (185,226,254). Sum of RGB (Red+Green+Blue) = 185+226+254=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2FE is #461D01. Grayscale: #D8D8D8. Windows color (decimal): -4594946 or 16704185. OLE color: 16704185.

HSL color Cylindrical-coordinate representation of color #B9E2FE: hue angle of 204.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9E2FE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185226254-
CMYK0.270.1100.00
HSL204.35º97.18%86.08%-
HSV(B)204.35º27.17%99.61%-
XYZ65.0971.86104.21-
YUV216.93148.92105.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.82%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=27.82%
G=33.98%
B=38.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852262540.270.1100.00204.3597.1886.08
HexB9E2FE1BB00cc6156
Octal271342376331300314141126
Binary101110011110001011111110110111011001100110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E2FE; }

 p { color: rgb(185,226,254); }

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

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

 a { background-color: rgb(185,226,254); }

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

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

 span { border-color: rgb(185,226,254); }

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