Html Css Color HEX #BDDDB2 Madang

📋 copy color: '#BDDDB2'

red 189 ◦ green 221 ◦ blue 178

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

Shades of Madang #BDDDB2

Tints of Madang #BDDDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.27%

R = 32.14%
G = 37.59%
B = 30.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BDDDB2 (or 0xBDDDB2) is known color: Madang. HEX triplet: BD, DD and B2. RGB value is (189,221,178). Sum of RGB (Red+Green+Blue) = 189+221+178=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDB2 is #42224D. Grayscale: #CECECE. Windows color (decimal): -4334158 or 11722173. OLE color: 11722173.

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

Color convert

RGB 189 221 178 -
CMYK 0.14 0 0.19 0.13
HSL 104.65º 0.39% 0.78% -
HSV(B) 104.65º 0.19% 0.87% -
XYZ 54.88 65.75 51.92 -
YUV 206.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 189 221 178 0.14 0 0.19 0.13 104.65 0.39 0.78
Hex BD DD B2 E 0 13 D 69 27 4E
Octal 275 335 262 16 0 23 15 151 47 116
Binary 10111101 11011101 10110010 1110 0 10011 1101 1101001 100111 1001110

Color Harmonies of #BDDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDB2

Black with #BDDDB2

Text Example


Text Example

White with #BDDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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