Html Css Color HEX #BDDCB1 Madang

📋 copy color: '#BDDCB1'

red 189 ◦ green 220 ◦ blue 177

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

Shades of Madang #BDDCB1

Tints of Madang #BDDCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.2%

R = 32.25%
G = 37.54%
B = 30.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#BDDCB1 (or 0xBDDCB1) is known color: Madang. HEX triplet: BD, DC and B1. RGB value is (189,220,177). Sum of RGB (Red+Green+Blue) = 189+220+177=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCB1 is #42234E. Grayscale: #CDCDCD. Windows color (decimal): -4334415 or 11656381. OLE color: 11656381.

HSL color Cylindrical-coordinate representation of color #BDDCB1: hue angle of 103.26º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDCB1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 177 -
CMYK 0.14 0 0.20 0.14
HSL 103.26º 0.38% 0.78% -
HSV(B) 103.26º 0.2% 0.86% -
XYZ 54.52 65.18 51.3 -
YUV 205.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 189 220 177 0.14 0 0.20 0.14 103.26 0.38 0.78
Hex BD DC B1 E 0 14 E 67 26 4E
Octal 275 334 261 16 0 24 16 147 46 116
Binary 10111101 11011100 10110001 1110 0 10100 1110 1100111 100110 1001110

Color Harmonies of #BDDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCB1

Black with #BDDCB1

Text Example


Text Example

White with #BDDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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