Html Css Color HEX #B9EDDB Water Leaf

📋 copy color: '#B9EDDB'

red 185 ◦ green 237 ◦ blue 219

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

Shades of Water Leaf #B9EDDB

Tints of Water Leaf #B9EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 28.86%
G = 36.97%
B = 34.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B9EDDB (or 0xB9EDDB) is known color: Water Leaf. HEX triplet: B9, ED and DB. RGB value is (185,237,219). Sum of RGB (Red+Green+Blue) = 185+237+219=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDDB is #461224. Grayscale: #DBDBDB. Windows color (decimal): -4592165 or 14413241. OLE color: 14413241.

HSL color Cylindrical-coordinate representation of color #B9EDDB: hue angle of 159.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EDDB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 219 -
CMYK 0.22 0 0.08 0.07
HSL 159.23º 0.59% 0.83% -
HSV(B) 159.23º 0.22% 0.93% -
XYZ 63.08 76 78.36 -
YUV 219.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 185 237 219 0.22 0 0.08 0.07 159.23 0.59 0.83
Hex B9 ED DB 16 0 8 7 9F 3B 53
Octal 271 355 333 26 0 10 7 237 73 123
Binary 10111001 11101101 11011011 10110 0 1000 111 10011111 111011 1010011

Color Harmonies of #B9EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDDB

Black with #B9EDDB

Text Example


Text Example

White with #B9EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDDB; }

 p { color: rgb(185,237,219); }

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

background-color css

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

 a { background-color: rgb(185,237,219); }

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

border-color css

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

 span { border-color: rgb(185,237,219); }

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