Html Css Color HEX #BDDDB1 Madang

📋 copy color: '#BDDDB1'

red 189 ◦ green 221 ◦ blue 177

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

Shades of Madang #BDDDB1

Tints of Madang #BDDDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

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

R = 32.2%
G = 37.65%
B = 30.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BDDDB1 (or 0xBDDDB1) is known color: Madang. HEX triplet: BD, DD and B1. RGB value is (189,221,177). Sum of RGB (Red+Green+Blue) = 189+221+177=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDB1 is #42224E. Grayscale: #CECECE. Windows color (decimal): -4334159 or 11656637. OLE color: 11656637.

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

Color convert

RGB 189 221 177 -
CMYK 0.14 0 0.20 0.13
HSL 103.64º 0.39% 0.78% -
HSV(B) 103.64º 0.2% 0.87% -
XYZ 54.78 65.71 51.39 -
YUV 206.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 189 221 177 0.14 0 0.20 0.13 103.64 0.39 0.78
Hex BD DD B1 E 0 14 D 68 27 4E
Octal 275 335 261 16 0 24 15 150 47 116
Binary 10111101 11011101 10110001 1110 0 10100 1101 1101000 100111 1001110

Color Harmonies of #BDDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDB1

Black with #BDDDB1

Text Example


Text Example

White with #BDDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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