Html Css Color HEX #B9EFDE Water Leaf

📋 copy color: '#B9EFDE'

red 185 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #B9EFDE

Tints of Water Leaf #B9EFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 28.64%
G = 37%
B = 34.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B9EFDE (or 0xB9EFDE) is known color: Water Leaf. HEX triplet: B9, EF and DE. RGB value is (185,239,222). Sum of RGB (Red+Green+Blue) = 185+239+222=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFDE is #461021. Grayscale: #DCDCDC. Windows color (decimal): -4591650 or 14610361. OLE color: 14610361.

HSL color Cylindrical-coordinate representation of color #B9EFDE: hue angle of 161.11º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFDE is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 239 222 -
CMYK 0.23 0 0.07 0.06
HSL 161.11º 0.63% 0.83% -
HSV(B) 161.11º 0.23% 0.94% -
XYZ 64.06 77.32 80.66 -
YUV 220.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 185 239 222 0.23 0 0.07 0.06 161.11 0.63 0.83
Hex B9 EF DE 17 0 7 6 A1 3F 53
Octal 271 357 336 27 0 7 6 241 77 123
Binary 10111001 11101111 11011110 10111 0 111 110 10100001 111111 1010011

Color Harmonies of #B9EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFDE

Black with #B9EFDE

Text Example


Text Example

White with #B9EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFDE; }

 p { color: rgb(185,239,222); }

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

background-color css

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

 a { background-color: rgb(185,239,222); }

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

border-color css

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

 span { border-color: rgb(185,239,222); }

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