Html Css Color HEX #BDEDAD Madang

📋 copy color: '#BDEDAD'

red 189 ◦ green 237 ◦ blue 173

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

Shades of Madang #BDEDAD

Tints of Madang #BDEDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 173 (67.97% from 255) = 28.88%

R = 31.55%
G = 39.57%
B = 28.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#BDEDAD (or 0xBDEDAD) is known color: Madang. HEX triplet: BD, ED and AD. RGB value is (189,237,173). Sum of RGB (Red+Green+Blue) = 189+237+173=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDAD is #421252. Grayscale: #D7D7D7. Windows color (decimal): -4330067 or 11398589. OLE color: 11398589.

HSL color Cylindrical-coordinate representation of color #BDEDAD: hue angle of 105º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDEDAD is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 173 -
CMYK 0.20 0 0.27 0.07
HSL 105º 0.64% 0.8% -
HSV(B) 105º 0.27% 0.93% -
XYZ 58.81 74.4 50.8 -
YUV 215.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 189 237 173 0.20 0 0.27 0.07 105 0.64 0.8
Hex BD ED AD 14 0 1B 7 69 40 50
Octal 275 355 255 24 0 33 7 151 100 120
Binary 10111101 11101101 10101101 10100 0 11011 111 1101001 1000000 1010000

Color Harmonies of #BDEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDAD

Black with #BDEDAD

Text Example


Text Example

White with #BDEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDAD; }

 p { color: rgb(189,237,173); }

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

background-color css

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

 a { background-color: rgb(189,237,173); }

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

border-color css

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

 span { border-color: rgb(189,237,173); }

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