Html Css Color HEX #BDDCA6 Madang

📋 copy color: '#BDDCA6'

red 189 ◦ green 220 ◦ blue 166

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

Shades of Madang #BDDCA6

Tints of Madang #BDDCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.87%

R = 32.87%
G = 38.26%
B = 28.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#BDDCA6 (or 0xBDDCA6) is known color: Madang. HEX triplet: BD, DC and A6. RGB value is (189,220,166). Sum of RGB (Red+Green+Blue) = 189+220+166=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA6 is #422359. Grayscale: #CCCCCC. Windows color (decimal): -4334426 or 10935485. OLE color: 10935485.

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

Color convert

RGB 189 220 166 -
CMYK 0.14 0 0.25 0.14
HSL 94.44º 0.44% 0.76% -
HSV(B) 94.44º 0.25% 0.86% -
XYZ 53.46 64.76 45.76 -
YUV 204.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 189 220 166 0.14 0 0.25 0.14 94.44 0.44 0.76
Hex BD DC A6 E 0 19 E 5E 2C 4C
Octal 275 334 246 16 0 31 16 136 54 114
Binary 10111101 11011100 10100110 1110 0 11001 1110 1011110 101100 1001100

Color Harmonies of #BDDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCA6

Black with #BDDCA6

Text Example


Text Example

White with #BDDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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