Html Css Color HEX #BDE7DB Water Leaf

📋 copy color: '#BDE7DB'

red 189 ◦ green 231 ◦ blue 219

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

Shades of Water Leaf #BDE7DB

Tints of Water Leaf #BDE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.15%

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

R = 29.58%
G = 36.15%
B = 34.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#BDE7DB (or 0xBDE7DB) is known color: Water Leaf. HEX triplet: BD, E7 and DB. RGB value is (189,231,219). Sum of RGB (Red+Green+Blue) = 189+231+219=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DB is #421824. Grayscale: #D9D9D9. Windows color (decimal): -4331557 or 14411709. OLE color: 14411709.

HSL color Cylindrical-coordinate representation of color #BDE7DB: hue angle of 162.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7DB is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 219 -
CMYK 0.18 0 0.05 0.09
HSL 162.86º 0.47% 0.82% -
HSV(B) 162.86º 0.18% 0.91% -
XYZ 62.35 73.09 77.84 -
YUV 217.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 189 231 219 0.18 0 0.05 0.09 162.86 0.47 0.82
Hex BD E7 DB 12 0 5 9 A3 2F 52
Octal 275 347 333 22 0 5 11 243 57 122
Binary 10111101 11100111 11011011 10010 0 101 1001 10100011 101111 1010010

Color Harmonies of #BDE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7DB

Black with #BDE7DB

Text Example


Text Example

White with #BDE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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