Html Css Color HEX #BDDAB0 Madang

📋 copy color: '#BDDAB0'

red 189 ◦ green 218 ◦ blue 176

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

Shades of Madang #BDDAB0

Tints of Madang #BDDAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.19%

R = 32.42%
G = 37.39%
B = 30.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BDDAB0 (or 0xBDDAB0) is known color: Madang. HEX triplet: BD, DA and B0. RGB value is (189,218,176). Sum of RGB (Red+Green+Blue) = 189+218+176=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAB0 is #42254F. Grayscale: #CCCCCC. Windows color (decimal): -4334928 or 11590333. OLE color: 11590333.

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

Color convert

RGB 189 218 176 -
CMYK 0.13 0 0.19 0.15
HSL 101.43º 0.36% 0.77% -
HSV(B) 101.43º 0.19% 0.85% -
XYZ 53.89 64.1 50.61 -
YUV 204.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 189 218 176 0.13 0 0.19 0.15 101.43 0.36 0.77
Hex BD DA B0 D 0 13 F 65 24 4D
Octal 275 332 260 15 0 23 17 145 44 115
Binary 10111101 11011010 10110000 1101 0 10011 1111 1100101 100100 1001101

Color Harmonies of #BDDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB0

Black with #BDDAB0

Text Example


Text Example

White with #BDDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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