Html Css Color HEX #BDE2DC Water Leaf

📋 copy color: '#BDE2DC'

red 189 ◦ green 226 ◦ blue 220

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

Shades of Water Leaf #BDE2DC

Tints of Water Leaf #BDE2DC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 29.76%
G = 35.59%
B = 34.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BDE2DC (or 0xBDE2DC) is known color: Water Leaf. HEX triplet: BD, E2 and DC. RGB value is (189,226,220). Sum of RGB (Red+Green+Blue) = 189+226+220=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2DC is #421D23. Grayscale: #D6D6D6. Windows color (decimal): -4332836 or 14475965. OLE color: 14475965.

HSL color Cylindrical-coordinate representation of color #BDE2DC: hue angle of 170.27º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2DC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 220 -
CMYK 0.16 0 0.03 0.11
HSL 170.27º 0.39% 0.81% -
HSV(B) 170.27º 0.16% 0.89% -
XYZ 61.1 70.38 78.07 -
YUV 214.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 189 226 220 0.16 0 0.03 0.11 170.27 0.39 0.81
Hex BD E2 DC 10 0 3 B AA 27 51
Octal 275 342 334 20 0 3 13 252 47 121
Binary 10111101 11100010 11011100 10000 0 11 1011 10101010 100111 1010001

Color Harmonies of #BDE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2DC

Black with #BDE2DC

Text Example


Text Example

White with #BDE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2DC; }

 p { color: rgb(189,226,220); }

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

background-color css

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

 a { background-color: rgb(189,226,220); }

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

border-color css

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

 span { border-color: rgb(189,226,220); }

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