Html Css Color HEX #BDE6DA Water Leaf

📋 copy color: '#BDE6DA'

red 189 ◦ green 230 ◦ blue 218

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

Shades of Water Leaf #BDE6DA

Tints of Water Leaf #BDE6DA

RGB

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

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

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

R = 29.67%
G = 36.11%
B = 34.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#BDE6DA (or 0xBDE6DA) is known color: Water Leaf. HEX triplet: BD, E6 and DA. RGB value is (189,230,218). Sum of RGB (Red+Green+Blue) = 189+230+218=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6DA is #421925. Grayscale: #D8D8D8. Windows color (decimal): -4331814 or 14345917. OLE color: 14345917.

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

Color convert

RGB 189 230 218 -
CMYK 0.18 0 0.05 0.10
HSL 162.44º 0.45% 0.82% -
HSV(B) 162.44º 0.18% 0.9% -
XYZ 61.94 72.47 77.05 -
YUV 216.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 189 230 218 0.18 0 0.05 0.10 162.44 0.45 0.82
Hex BD E6 DA 12 0 5 A A2 2D 52
Octal 275 346 332 22 0 5 12 242 55 122
Binary 10111101 11100110 11011010 10010 0 101 1010 10100010 101101 1010010

Color Harmonies of #BDE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6DA

Black with #BDE6DA

Text Example


Text Example

White with #BDE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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