Html Css Color HEX #BDF1AF Madang

📋 copy color: '#BDF1AF'

red 189 ◦ green 241 ◦ blue 175

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

Shades of Madang #BDF1AF

Tints of Madang #BDF1AF

RGB

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

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

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

R = 31.24%
G = 39.83%
B = 28.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#BDF1AF (or 0xBDF1AF) is known color: Madang. HEX triplet: BD, F1 and AF. RGB value is (189,241,175). Sum of RGB (Red+Green+Blue) = 189+241+175=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AF is #420E50. Grayscale: #DADADA. Windows color (decimal): -4329041 or 11530685. OLE color: 11530685.

HSL color Cylindrical-coordinate representation of color #BDF1AF: hue angle of 107.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF1AF is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 175 -
CMYK 0.22 0 0.27 0.05
HSL 107.27º 0.7% 0.82% -
HSV(B) 107.27º 0.27% 0.95% -
XYZ 60.18 76.82 52.21 -
YUV 217.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 189 241 175 0.22 0 0.27 0.05 107.27 0.7 0.82
Hex BD F1 AF 16 0 1B 5 6B 46 52
Octal 275 361 257 26 0 33 5 153 106 122
Binary 10111101 11110001 10101111 10110 0 11011 101 1101011 1000110 1010010

Color Harmonies of #BDF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1AF

Black with #BDF1AF

Text Example


Text Example

White with #BDF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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