Html Css Color HEX #BDDEA7 Madang

📋 copy color: '#BDDEA7'

red 189 ◦ green 222 ◦ blue 167

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

Shades of Madang #BDDEA7

Tints of Madang #BDDEA7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.41%

 BLUE value IS 167 (65.63% from 255) = 28.89%

R = 32.7%
G = 38.41%
B = 28.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BDDEA7 (or 0xBDDEA7) is known color: Madang. HEX triplet: BD, DE and A7. RGB value is (189,222,167). Sum of RGB (Red+Green+Blue) = 189+222+167=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA7 is #422158. Grayscale: #CECECE. Windows color (decimal): -4333913 or 11001533. OLE color: 11001533.

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

Color convert

RGB 189 222 167 -
CMYK 0.15 0 0.25 0.13
HSL 96º 0.45% 0.76% -
HSV(B) 96º 0.25% 0.87% -
XYZ 54.08 65.85 46.42 -
YUV 205.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 189 222 167 0.15 0 0.25 0.13 96 0.45 0.76
Hex BD DE A7 F 0 19 D 60 2D 4C
Octal 275 336 247 17 0 31 15 140 55 114
Binary 10111101 11011110 10100111 1111 0 11001 1101 1100000 101101 1001100

Color Harmonies of #BDDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEA7

Black with #BDDEA7

Text Example


Text Example

White with #BDDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEA7; }

 p { color: rgb(189,222,167); }

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

background-color css

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

 a { background-color: rgb(189,222,167); }

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

border-color css

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

 span { border-color: rgb(189,222,167); }

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