Html Css Color HEX #BDE4DB Water Leaf

📋 copy color: '#BDE4DB'

red 189 ◦ green 228 ◦ blue 219

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

Shades of Water Leaf #BDE4DB

Tints of Water Leaf #BDE4DB

RGB

 RED value IS 189 (74.22% from 255) = 29.72%

 GREEN value IS 228 (89.45% from 255) = 35.85%

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

R = 29.72%
G = 35.85%
B = 34.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BDE4DB (or 0xBDE4DB) is known color: Water Leaf. HEX triplet: BD, E4 and DB. RGB value is (189,228,219). Sum of RGB (Red+Green+Blue) = 189+228+219=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4DB is #421B24. Grayscale: #D7D7D7. Windows color (decimal): -4332325 or 14410941. OLE color: 14410941.

HSL color Cylindrical-coordinate representation of color #BDE4DB: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4DB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 219 -
CMYK 0.17 0 0.04 0.11
HSL 166.15º 0.42% 0.82% -
HSV(B) 166.15º 0.17% 0.89% -
XYZ 61.52 71.42 77.56 -
YUV 215.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 189 228 219 0.17 0 0.04 0.11 166.15 0.42 0.82
Hex BD E4 DB 11 0 4 B A6 2A 52
Octal 275 344 333 21 0 4 13 246 52 122
Binary 10111101 11100100 11011011 10001 0 100 1011 10100110 101010 1010010

Color Harmonies of #BDE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4DB

Black with #BDE4DB

Text Example


Text Example

White with #BDE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4DB; }

 p { color: rgb(189,228,219); }

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

background-color css

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

 a { background-color: rgb(189,228,219); }

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

border-color css

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

 span { border-color: rgb(189,228,219); }

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