Html Css Color HEX #BDDAB1 Madang

📋 copy color: '#BDDAB1'

red 189 ◦ green 218 ◦ blue 177

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

Shades of Madang #BDDAB1

Tints of Madang #BDDAB1

RGB

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

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

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

R = 32.36%
G = 37.33%
B = 30.31%

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

#BDDAB1 (or 0xBDDAB1) is known color: Madang. HEX triplet: BD, DA and B1. RGB value is (189,218,177). Sum of RGB (Red+Green+Blue) = 189+218+177=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAB1 is #42254E. Grayscale: #CCCCCC. Windows color (decimal): -4334927 or 11655869. OLE color: 11655869.

HSL color Cylindrical-coordinate representation of color #BDDAB1: hue angle of 102.44º 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 #BDDAB1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 177 -
CMYK 0.13 0 0.19 0.15
HSL 102.44º 0.36% 0.77% -
HSV(B) 102.44º 0.19% 0.85% -
XYZ 53.99 64.14 51.13 -
YUV 204.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 189 218 177 0.13 0 0.19 0.15 102.44 0.36 0.77
Hex BD DA B1 D 0 13 F 66 24 4D
Octal 275 332 261 15 0 23 17 146 44 115
Binary 10111101 11011010 10110001 1101 0 10011 1111 1100110 100100 1001101

Color Harmonies of #BDDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB1

Black with #BDDAB1

Text Example


Text Example

White with #BDDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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