Html Css Color HEX #BDE7DA Water Leaf

📋 copy color: '#BDE7DA'

red 189 ◦ green 231 ◦ blue 218

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

Shades of Water Leaf #BDE7DA

Tints of Water Leaf #BDE7DA

RGB

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

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

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

R = 29.62%
G = 36.21%
B = 34.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#BDE7DA (or 0xBDE7DA) is known color: Water Leaf. HEX triplet: BD, E7 and DA. RGB value is (189,231,218). Sum of RGB (Red+Green+Blue) = 189+231+218=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DA is #421825. Grayscale: #D8D8D8. Windows color (decimal): -4331558 or 14346173. OLE color: 14346173.

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

Color convert

RGB 189 231 218 -
CMYK 0.18 0 0.06 0.09
HSL 161.43º 0.47% 0.82% -
HSV(B) 161.43º 0.18% 0.91% -
XYZ 62.22 73.03 77.15 -
YUV 216.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 189 231 218 0.18 0 0.06 0.09 161.43 0.47 0.82
Hex BD E7 DA 12 0 6 9 A1 2F 52
Octal 275 347 332 22 0 6 11 241 57 122
Binary 10111101 11100111 11011010 10010 0 110 1001 10100001 101111 1010010

Color Harmonies of #BDE7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7DA

Black with #BDE7DA

Text Example


Text Example

White with #BDE7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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