Html Css Color HEX #BDD7AF Madang

📋 copy color: '#BDD7AF'

red 189 ◦ green 215 ◦ blue 175

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

Shades of Madang #BDD7AF

Tints of Madang #BDD7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 32.64%
G = 37.13%
B = 30.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BDD7AF (or 0xBDD7AF) is known color: Madang. HEX triplet: BD, D7 and AF. RGB value is (189,215,175). Sum of RGB (Red+Green+Blue) = 189+215+175=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD7AF is #422850. Grayscale: #CACACA. Windows color (decimal): -4335697 or 11524029. OLE color: 11524029.

HSL color Cylindrical-coordinate representation of color #BDD7AF: hue angle of 99º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD7AF is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 175 -
CMYK 0.12 0 0.19 0.16
HSL 99º 0.33% 0.76% -
HSV(B) 99º 0.19% 0.84% -
XYZ 53.02 62.51 49.83 -
YUV 202.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 189 215 175 0.12 0 0.19 0.16 99 0.33 0.76
Hex BD D7 AF C 0 13 10 63 21 4C
Octal 275 327 257 14 0 23 20 143 41 114
Binary 10111101 11010111 10101111 1100 0 10011 10000 1100011 100001 1001100

Color Harmonies of #BDD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7AF

Black with #BDD7AF

Text Example


Text Example

White with #BDD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7AF; }

 p { color: rgb(189,215,175); }

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

background-color css

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

 a { background-color: rgb(189,215,175); }

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

border-color css

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

 span { border-color: rgb(189,215,175); }

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