Html Css Color HEX #BDFAAF Madang

📋 copy color: '#BDFAAF'

red 189 ◦ green 250 ◦ blue 175

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

Shades of Madang #BDFAAF

Tints of Madang #BDFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.72%

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

R = 30.78%
G = 40.72%
B = 28.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#BDFAAF (or 0xBDFAAF) is known color: Madang. HEX triplet: BD, FA and AF. RGB value is (189,250,175). Sum of RGB (Red+Green+Blue) = 189+250+175=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAAF is #420550. Grayscale: #DFDFDF. Windows color (decimal): -4326737 or 11532989. OLE color: 11532989.

HSL color Cylindrical-coordinate representation of color #BDFAAF: hue angle of 108.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFAAF is Cyan = 0.24, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 175 -
CMYK 0.24 0 0.3 0.02
HSL 108.8º 0.88% 0.83% -
HSV(B) 108.8º 0.3% 0.98% -
XYZ 62.91 82.29 53.12 -
YUV 223.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 189 250 175 0.24 0 0.3 0.02 108.8 0.88 0.83
Hex BD FA AF 18 0 1E 2 6D 58 53
Octal 275 372 257 30 0 36 2 155 130 123
Binary 10111101 11111010 10101111 11000 0 11110 10 1101101 1011000 1010011

Color Harmonies of #BDFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAAF

Black with #BDFAAF

Text Example


Text Example

White with #BDFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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