Html Css Color HEX #BDDCAB Madang

📋 copy color: '#BDDCAB'

red 189 ◦ green 220 ◦ blue 171

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

Shades of Madang #BDDCAB

Tints of Madang #BDDCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 32.59%
G = 37.93%
B = 29.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#BDDCAB (or 0xBDDCAB) is known color: Madang. HEX triplet: BD, DC and AB. RGB value is (189,220,171). Sum of RGB (Red+Green+Blue) = 189+220+171=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCAB is #422354. Grayscale: #CDCDCD. Windows color (decimal): -4334421 or 11263165. OLE color: 11263165.

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

Color convert

RGB 189 220 171 -
CMYK 0.14 0 0.22 0.14
HSL 97.96º 0.41% 0.77% -
HSV(B) 97.96º 0.22% 0.86% -
XYZ 53.93 64.95 48.22 -
YUV 205.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 189 220 171 0.14 0 0.22 0.14 97.96 0.41 0.77
Hex BD DC AB E 0 16 E 62 29 4D
Octal 275 334 253 16 0 26 16 142 51 115
Binary 10111101 11011100 10101011 1110 0 10110 1110 1100010 101001 1001101

Color Harmonies of #BDDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCAB

Black with #BDDCAB

Text Example


Text Example

White with #BDDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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