Html Css Color HEX #B9EBDA Water Leaf

📋 copy color: '#B9EBDA'

red 185 ◦ green 235 ◦ blue 218

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

Shades of Water Leaf #B9EBDA

Tints of Water Leaf #B9EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.83%

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

R = 29%
G = 36.83%
B = 34.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#B9EBDA (or 0xB9EBDA) is known color: Water Leaf. HEX triplet: B9, EB and DA. RGB value is (185,235,218). Sum of RGB (Red+Green+Blue) = 185+235+218=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBDA is #461425. Grayscale: #DADADA. Windows color (decimal): -4592678 or 14347193. OLE color: 14347193.

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

Color convert

RGB 185 235 218 -
CMYK 0.21 0 0.07 0.08
HSL 159.6º 0.56% 0.82% -
HSV(B) 159.6º 0.21% 0.92% -
XYZ 62.37 74.79 77.48 -
YUV 218.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 185 235 218 0.21 0 0.07 0.08 159.6 0.56 0.82
Hex B9 EB DA 15 0 7 8 A0 38 52
Octal 271 353 332 25 0 7 10 240 70 122
Binary 10111001 11101011 11011010 10101 0 111 1000 10100000 111000 1010010

Color Harmonies of #B9EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EBDA

Black with #B9EBDA

Text Example


Text Example

White with #B9EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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