Html Css Color HEX #BDEFA8 Madang

📋 copy color: '#BDEFA8'

red 189 ◦ green 239 ◦ blue 168

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

Shades of Madang #BDEFA8

Tints of Madang #BDEFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.1%

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

R = 31.71%
G = 40.1%
B = 28.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#BDEFA8 (or 0xBDEFA8) is known color: Madang. HEX triplet: BD, EF and A8. RGB value is (189,239,168). Sum of RGB (Red+Green+Blue) = 189+239+168=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFA8 is #421057. Grayscale: #D8D8D8. Windows color (decimal): -4329560 or 11071421. OLE color: 11071421.

HSL color Cylindrical-coordinate representation of color #BDEFA8: hue angle of 102.25º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDEFA8 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 168 -
CMYK 0.21 0 0.30 0.06
HSL 102.25º 0.69% 0.8% -
HSV(B) 102.25º 0.3% 0.94% -
XYZ 58.92 75.38 48.49 -
YUV 215.96 100.94 108.77 -
System Red Green Blue C M Y K H S L
Decimal 189 239 168 0.21 0 0.30 0.06 102.25 0.69 0.8
Hex BD EF A8 15 0 1E 6 66 45 50
Octal 275 357 250 25 0 36 6 146 105 120
Binary 10111101 11101111 10101000 10101 0 11110 110 1100110 1000101 1010000

Color Harmonies of #BDEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFA8

Black with #BDEFA8

Text Example


Text Example

White with #BDEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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