Html Css Color HEX #BDDFA5 Madang

📋 copy color: '#BDDFA5'

red 189 ◦ green 223 ◦ blue 165

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

Shades of Madang #BDDFA5

Tints of Madang #BDDFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.6%

R = 32.76%
G = 38.65%
B = 28.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BDDFA5 (or 0xBDDFA5) is known color: Madang. HEX triplet: BD, DF and A5. RGB value is (189,223,165). Sum of RGB (Red+Green+Blue) = 189+223+165=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA5 is #42205A. Grayscale: #CECECE. Windows color (decimal): -4333659 or 10870717. OLE color: 10870717.

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

Color convert

RGB 189 223 165 -
CMYK 0.15 0 0.26 0.13
HSL 95.17º 0.48% 0.76% -
HSV(B) 95.17º 0.26% 0.87% -
XYZ 54.17 66.31 45.54 -
YUV 206.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 189 223 165 0.15 0 0.26 0.13 95.17 0.48 0.76
Hex BD DF A5 F 0 1A D 5F 30 4C
Octal 275 337 245 17 0 32 15 137 60 114
Binary 10111101 11011111 10100101 1111 0 11010 1101 1011111 110000 1001100

Color Harmonies of #BDDFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFA5

Black with #BDDFA5

Text Example


Text Example

White with #BDDFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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