#B9E2F3

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

Shades of Onahau #B9E2F3

Tints of Onahau #B9E2F3

Color information

#B9E2F3 (or 0xB9E2F3) is unknown color: approx Onahau. HEX triplet: B9, E2 and F3. RGB value is (185,226,243). Sum of RGB (Red+Green+Blue) = 185+226+243=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9E2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2F3 is #461D0C. Grayscale: #D7D7D7. Windows color (decimal): -4594957 or 15983289. OLE color: 15983289.

HSL color Cylindrical-coordinate representation of color #B9E2F3: hue angle of 197.59º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9E2F3 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185226243-
CMYK0.240.0700.05
HSL197.59º70.73%83.92%-
HSV(B)197.59º23.87%95.29%-
XYZ63.3871.1895.19-
YUV215.68143.42106.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.29%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=28.29%
G=34.56%
B=37.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852262430.240.0700.05197.5970.7383.92
HexB9E2F318705c64754
Octal27134236330705306107124
Binary1011100111100010111100111100011101011100011010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E2F3; }

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

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

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

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

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

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

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

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