Html Css Color HEX #BDDDAE Madang

📋 copy color: '#BDDDAE'

red 189 ◦ green 221 ◦ blue 174

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

Shades of Madang #BDDDAE

Tints of Madang #BDDDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 32.36%
G = 37.84%
B = 29.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BDDDAE (or 0xBDDDAE) is known color: Madang. HEX triplet: BD, DD and AE. RGB value is (189,221,174). Sum of RGB (Red+Green+Blue) = 189+221+174=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDAE is #422251. Grayscale: #CECECE. Windows color (decimal): -4334162 or 11460029. OLE color: 11460029.

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

Color convert

RGB 189 221 174 -
CMYK 0.14 0 0.21 0.13
HSL 100.85º 0.41% 0.77% -
HSV(B) 100.85º 0.21% 0.87% -
XYZ 54.48 65.59 49.83 -
YUV 206.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 189 221 174 0.14 0 0.21 0.13 100.85 0.41 0.77
Hex BD DD AE E 0 15 D 65 29 4D
Octal 275 335 256 16 0 25 15 145 51 115
Binary 10111101 11011101 10101110 1110 0 10101 1101 1100101 101001 1001101

Color Harmonies of #BDDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDAE

Black with #BDDDAE

Text Example


Text Example

White with #BDDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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