Html Css Color HEX #BDE6DE Water Leaf

📋 copy color: '#BDE6DE'

red 189 ◦ green 230 ◦ blue 222

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

Shades of Water Leaf #BDE6DE

Tints of Water Leaf #BDE6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

 BLUE value IS 222 (87.11% from 255) = 34.63%

R = 29.49%
G = 35.88%
B = 34.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BDE6DE (or 0xBDE6DE) is known color: Water Leaf. HEX triplet: BD, E6 and DE. RGB value is (189,230,222). Sum of RGB (Red+Green+Blue) = 189+230+222=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6DE is #421921. Grayscale: #D8D8D8. Windows color (decimal): -4331810 or 14608061. OLE color: 14608061.

HSL color Cylindrical-coordinate representation of color #BDE6DE: hue angle of 168.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 222 -
CMYK 0.18 0 0.03 0.10
HSL 168.29º 0.45% 0.82% -
HSV(B) 168.29º 0.18% 0.9% -
XYZ 62.47 72.69 79.84 -
YUV 216.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 189 230 222 0.18 0 0.03 0.10 168.29 0.45 0.82
Hex BD E6 DE 12 0 3 A A8 2D 52
Octal 275 346 336 22 0 3 12 250 55 122
Binary 10111101 11100110 11011110 10010 0 11 1010 10101000 101101 1010010

Color Harmonies of #BDE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6DE

Black with #BDE6DE

Text Example


Text Example

White with #BDE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6DE; }

 p { color: rgb(189,230,222); }

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

background-color css

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

 a { background-color: rgb(189,230,222); }

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

border-color css

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

 span { border-color: rgb(189,230,222); }

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