Html Css Color HEX #BDDAAA Madang

📋 copy color: '#BDDAAA'

red 189 ◦ green 218 ◦ blue 170

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

Shades of Madang #BDDAAA

Tints of Madang #BDDAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.78%

 BLUE value IS 170 (66.8% from 255) = 29.46%

R = 32.76%
G = 37.78%
B = 29.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#BDDAAA (or 0xBDDAAA) is known color: Madang. HEX triplet: BD, DA and AA. RGB value is (189,218,170). Sum of RGB (Red+Green+Blue) = 189+218+170=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAAA is #422555. Grayscale: #CCCCCC. Windows color (decimal): -4334934 or 11197117. OLE color: 11197117.

HSL color Cylindrical-coordinate representation of color #BDDAAA: hue angle of 96.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDAAA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 170 -
CMYK 0.13 0 0.22 0.15
HSL 96.25º 0.39% 0.76% -
HSV(B) 96.25º 0.22% 0.85% -
XYZ 53.31 63.86 47.55 -
YUV 203.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 189 218 170 0.13 0 0.22 0.15 96.25 0.39 0.76
Hex BD DA AA D 0 16 F 60 27 4C
Octal 275 332 252 15 0 26 17 140 47 114
Binary 10111101 11011010 10101010 1101 0 10110 1111 1100000 100111 1001100

Color Harmonies of #BDDAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAAA

Black with #BDDAAA

Text Example


Text Example

White with #BDDAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAAA; }

 p { color: rgb(189,218,170); }

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

background-color css

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

 a { background-color: rgb(189,218,170); }

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

border-color css

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

 span { border-color: rgb(189,218,170); }

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