Html Css Color HEX #BDFDAA Madang

📋 copy color: '#BDFDAA'

red 189 ◦ green 253 ◦ blue 170

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

Shades of Madang #BDFDAA

Tints of Madang #BDFDAA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.34%

 BLUE value IS 170 (66.8% from 255) = 27.78%

R = 30.88%
G = 41.34%
B = 27.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#BDFDAA (or 0xBDFDAA) is known color: Madang. HEX triplet: BD, FD and AA. RGB value is (189,253,170). Sum of RGB (Red+Green+Blue) = 189+253+170=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDAA is #420255. Grayscale: #E0E0E0. Windows color (decimal): -4325974 or 11206077. OLE color: 11206077.

HSL color Cylindrical-coordinate representation of color #BDFDAA: hue angle of 106.27º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFDAA is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 170 -
CMYK 0.25 0 0.33 0.01
HSL 106.27º 0.95% 0.83% -
HSV(B) 106.27º 0.33% 0.99% -
XYZ 63.37 83.97 50.9 -
YUV 224.4 97.3 102.75 -
System Red Green Blue C M Y K H S L
Decimal 189 253 170 0.25 0 0.33 0.01 106.27 0.95 0.83
Hex BD FD AA 19 0 21 1 6A 5F 53
Octal 275 375 252 31 0 41 1 152 137 123
Binary 10111101 11111101 10101010 11001 0 100001 1 1101010 1011111 1010011

Color Harmonies of #BDFDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDAA

Black with #BDFDAA

Text Example


Text Example

White with #BDFDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDAA; }

 p { color: rgb(189,253,170); }

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

background-color css

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

 a { background-color: rgb(189,253,170); }

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

border-color css

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

 span { border-color: rgb(189,253,170); }

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