Html Css Color HEX #BDDEA8 Madang

📋 copy color: '#BDDEA8'

red 189 ◦ green 222 ◦ blue 168

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

Shades of Madang #BDDEA8

Tints of Madang #BDDEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 32.64%
G = 38.34%
B = 29.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#BDDEA8 (or 0xBDDEA8) is known color: Madang. HEX triplet: BD, DE and A8. RGB value is (189,222,168). Sum of RGB (Red+Green+Blue) = 189+222+168=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA8 is #422157. Grayscale: #CECECE. Windows color (decimal): -4333912 or 11067069. OLE color: 11067069.

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

Color convert

RGB 189 222 168 -
CMYK 0.15 0 0.24 0.13
HSL 96.67º 0.45% 0.76% -
HSV(B) 96.67º 0.24% 0.87% -
XYZ 54.18 65.89 46.91 -
YUV 205.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 189 222 168 0.15 0 0.24 0.13 96.67 0.45 0.76
Hex BD DE A8 F 0 18 D 61 2D 4C
Octal 275 336 250 17 0 30 15 141 55 114
Binary 10111101 11011110 10101000 1111 0 11000 1101 1100001 101101 1001100

Color Harmonies of #BDDEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEA8

Black with #BDDEA8

Text Example


Text Example

White with #BDDEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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