Html Css Color HEX #BDDCA8 Madang

📋 copy color: '#BDDCA8'

red 189 ◦ green 220 ◦ blue 168

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

Shades of Madang #BDDCA8

Tints of Madang #BDDCA8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

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

R = 32.76%
G = 38.13%
B = 29.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#BDDCA8 (or 0xBDDCA8) is known color: Madang. HEX triplet: BD, DC and A8. RGB value is (189,220,168). Sum of RGB (Red+Green+Blue) = 189+220+168=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA8 is #422357. Grayscale: #CCCCCC. Windows color (decimal): -4334424 or 11066557. OLE color: 11066557.

HSL color Cylindrical-coordinate representation of color #BDDCA8: hue angle of 95.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDDCA8 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 168 -
CMYK 0.14 0 0.24 0.14
HSL 95.77º 0.43% 0.76% -
HSV(B) 95.77º 0.24% 0.86% -
XYZ 53.65 64.83 46.73 -
YUV 204.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 189 220 168 0.14 0 0.24 0.14 95.77 0.43 0.76
Hex BD DC A8 E 0 18 E 60 2B 4C
Octal 275 334 250 16 0 30 16 140 53 114
Binary 10111101 11011100 10101000 1110 0 11000 1110 1100000 101011 1001100

Color Harmonies of #BDDCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCA8

Black with #BDDCA8

Text Example


Text Example

White with #BDDCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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