Html Css Color HEX #B9EFDA Water Leaf

📋 copy color: '#B9EFDA'

red 185 ◦ green 239 ◦ blue 218

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

Shades of Water Leaf #B9EFDA

Tints of Water Leaf #B9EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.96%

R = 28.82%
G = 37.23%
B = 33.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#B9EFDA (or 0xB9EFDA) is known color: Water Leaf. HEX triplet: B9, EF and DA. RGB value is (185,239,218). Sum of RGB (Red+Green+Blue) = 185+239+218=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFDA is #461025. Grayscale: #DCDCDC. Windows color (decimal): -4591654 or 14348217. OLE color: 14348217.

HSL color Cylindrical-coordinate representation of color #B9EFDA: hue angle of 156.67º 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 #B9EFDA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 239 218 -
CMYK 0.23 0 0.09 0.06
HSL 156.67º 0.63% 0.83% -
HSV(B) 156.67º 0.23% 0.94% -
XYZ 63.53 77.11 77.86 -
YUV 220.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 185 239 218 0.23 0 0.09 0.06 156.67 0.63 0.83
Hex B9 EF DA 17 0 9 6 9D 3F 53
Octal 271 357 332 27 0 11 6 235 77 123
Binary 10111001 11101111 11011010 10111 0 1001 110 10011101 111111 1010011

Color Harmonies of #B9EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFDA

Black with #B9EFDA

Text Example


Text Example

White with #B9EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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