Html Css Color HEX #B9E2EA Onahau

📋 copy color: '#B9E2EA'

red 185 ◦ green 226 ◦ blue 234

#B9E2EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #B9E2EA

Tints of Onahau #B9E2EA

RGB

 RED value IS 185 (72.66% from 255) = 28.68%

 GREEN value IS 226 (88.67% from 255) = 35.04%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 28.68%
G = 35.04%
B = 36.28%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9E2EA (or 0xB9E2EA) is known color: Onahau. HEX triplet: B9, E2 and EA. RGB value is (185,226,234). Sum of RGB (Red+Green+Blue) = 185+226+234=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2EA is #461D15. Grayscale: #D6D6D6. Windows color (decimal): -4594966 or 15393465. OLE color: 15393465.

HSL color Cylindrical-coordinate representation of color #B9E2EA: hue angle of 189.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E2EA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 226 234 -
CMYK 0.21 0.03 0 0.08
HSL 189.8º 0.54% 0.82% -
HSV(B) 189.8º 0.21% 0.92% -
XYZ 62.06 70.65 88.21 -
YUV 214.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 185 226 234 0.21 0.03 0 0.08 189.8 0.54 0.82
Hex B9 E2 EA 15 3 0 8 BE 36 52
Octal 271 342 352 25 3 0 10 276 66 122
Binary 10111001 11100010 11101010 10101 11 0 1000 10111110 110110 1010010

Color Harmonies of #B9E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2EA

Black with #B9E2EA

Text Example


Text Example

White with #B9E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2EA; }

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

 H1.HeaderClassName
 {
   color: #B9E2EA;
 }
 .AnyTagClassName
 {
   color: #B9E2EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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