Html Css Color HEX #B9E2EB Onahau

📋 copy color: '#B9E2EB'

red 185 ◦ green 226 ◦ blue 235

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

Shades of Onahau #B9E2EB

Tints of Onahau #B9E2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.38%

R = 28.64%
G = 34.98%
B = 36.38%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9E2EB (or 0xB9E2EB) is known color: Onahau. HEX triplet: B9, E2 and EB. RGB value is (185,226,235). Sum of RGB (Red+Green+Blue) = 185+226+235=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2EB is #461D14. Grayscale: #D6D6D6. Windows color (decimal): -4594965 or 15459001. OLE color: 15459001.

HSL color Cylindrical-coordinate representation of color #B9E2EB: hue angle of 190.8º degrees, saturation: 0.56, 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 #B9E2EB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 226 235 -
CMYK 0.21 0.04 0 0.08
HSL 190.8º 0.56% 0.82% -
HSV(B) 190.8º 0.21% 0.92% -
XYZ 62.2 70.71 88.97 -
YUV 214.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 185 226 235 0.21 0.04 0 0.08 190.8 0.56 0.82
Hex B9 E2 EB 15 4 0 8 BF 38 52
Octal 271 342 353 25 4 0 10 277 70 122
Binary 10111001 11100010 11101011 10101 100 0 1000 10111111 111000 1010010

Color Harmonies of #B9E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2EB

Black with #B9E2EB

Text Example


Text Example

White with #B9E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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