Html Css Color HEX #BDDFA1 Madang

📋 copy color: '#BDDFA1'

red 189 ◦ green 223 ◦ blue 161

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

Shades of Madang #BDDFA1

Tints of Madang #BDDFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

 BLUE value IS 161 (63.28% from 255) = 28.1%

R = 32.98%
G = 38.92%
B = 28.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BDDFA1 (or 0xBDDFA1) is known color: Madang. HEX triplet: BD, DF and A1. RGB value is (189,223,161). Sum of RGB (Red+Green+Blue) = 189+223+161=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA1 is #42205E. Grayscale: #CDCDCD. Windows color (decimal): -4333663 or 10608573. OLE color: 10608573.

HSL color Cylindrical-coordinate representation of color #BDDFA1: hue angle of 92.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDFA1 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 161 -
CMYK 0.15 0 0.28 0.13
HSL 92.9º 0.49% 0.75% -
HSV(B) 92.9º 0.28% 0.87% -
XYZ 53.81 66.17 43.65 -
YUV 205.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 189 223 161 0.15 0 0.28 0.13 92.9 0.49 0.75
Hex BD DF A1 F 0 1C D 5D 31 4B
Octal 275 337 241 17 0 34 15 135 61 113
Binary 10111101 11011111 10100001 1111 0 11100 1101 1011101 110001 1001011

Color Harmonies of #BDDFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFA1

Black with #BDDFA1

Text Example


Text Example

White with #BDDFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFA1; }

 p { color: rgb(189,223,161); }

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

background-color css

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

 a { background-color: rgb(189,223,161); }

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

border-color css

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

 span { border-color: rgb(189,223,161); }

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