Html Css Color HEX #BDF1A8 Madang

📋 copy color: '#BDF1A8'

red 189 ◦ green 241 ◦ blue 168

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

Shades of Madang #BDF1A8

Tints of Madang #BDF1A8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.3%

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

R = 31.61%
G = 40.3%
B = 28.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#BDF1A8 (or 0xBDF1A8) is known color: Madang. HEX triplet: BD, F1 and A8. RGB value is (189,241,168). Sum of RGB (Red+Green+Blue) = 189+241+168=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A8 is #420E57. Grayscale: #D9D9D9. Windows color (decimal): -4329048 or 11071933. OLE color: 11071933.

HSL color Cylindrical-coordinate representation of color #BDF1A8: hue angle of 102.74º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF1A8 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 168 -
CMYK 0.22 0 0.30 0.05
HSL 102.74º 0.72% 0.8% -
HSV(B) 102.74º 0.3% 0.95% -
XYZ 59.51 76.56 48.69 -
YUV 217.13 100.27 107.94 -
System Red Green Blue C M Y K H S L
Decimal 189 241 168 0.22 0 0.30 0.05 102.74 0.72 0.8
Hex BD F1 A8 16 0 1E 5 67 48 50
Octal 275 361 250 26 0 36 5 147 110 120
Binary 10111101 11110001 10101000 10110 0 11110 101 1100111 1001000 1010000

Color Harmonies of #BDF1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1A8

Black with #BDF1A8

Text Example


Text Example

White with #BDF1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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