Html Css Color HEX #BDEDA8 Madang

📋 copy color: '#BDEDA8'

red 189 ◦ green 237 ◦ blue 168

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

Shades of Madang #BDEDA8

Tints of Madang #BDEDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.28%

R = 31.82%
G = 39.9%
B = 28.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#BDEDA8 (or 0xBDEDA8) is known color: Madang. HEX triplet: BD, ED and A8. RGB value is (189,237,168). Sum of RGB (Red+Green+Blue) = 189+237+168=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDA8 is #421257. Grayscale: #D7D7D7. Windows color (decimal): -4330072 or 11070909. OLE color: 11070909.

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

Color convert

RGB 189 237 168 -
CMYK 0.20 0 0.29 0.07
HSL 101.74º 0.66% 0.79% -
HSV(B) 101.74º 0.29% 0.93% -
XYZ 58.34 74.21 48.3 -
YUV 214.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 189 237 168 0.20 0 0.29 0.07 101.74 0.66 0.79
Hex BD ED A8 14 0 1D 7 66 42 4F
Octal 275 355 250 24 0 35 7 146 102 117
Binary 10111101 11101101 10101000 10100 0 11101 111 1100110 1000010 1001111

Color Harmonies of #BDEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDA8

Black with #BDEDA8

Text Example


Text Example

White with #BDEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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