Html Css Color HEX #BDECDE Water Leaf

📋 copy color: '#BDECDE'

red 189 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #BDECDE

Tints of Water Leaf #BDECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.48%

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

R = 29.21%
G = 36.48%
B = 34.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BDECDE (or 0xBDECDE) is known color: Water Leaf. HEX triplet: BD, EC and DE. RGB value is (189,236,222). Sum of RGB (Red+Green+Blue) = 189+236+222=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDE is #421321. Grayscale: #DCDCDC. Windows color (decimal): -4330274 or 14609597. OLE color: 14609597.

HSL color Cylindrical-coordinate representation of color #BDECDE: hue angle of 162.13º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECDE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 222 -
CMYK 0.20 0 0.06 0.07
HSL 162.13º 0.55% 0.83% -
HSV(B) 162.13º 0.2% 0.93% -
XYZ 64.17 76.08 80.41 -
YUV 220.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 189 236 222 0.20 0 0.06 0.07 162.13 0.55 0.83
Hex BD EC DE 14 0 6 7 A2 37 53
Octal 275 354 336 24 0 6 7 242 67 123
Binary 10111101 11101100 11011110 10100 0 110 111 10100010 110111 1010011

Color Harmonies of #BDECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECDE

Black with #BDECDE

Text Example


Text Example

White with #BDECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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