Html Css Color HEX #BDF9A5 Madang

📋 copy color: '#BDF9A5'

red 189 ◦ green 249 ◦ blue 165

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

Shades of Madang #BDF9A5

Tints of Madang #BDF9A5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

 BLUE value IS 165 (64.84% from 255) = 27.36%

R = 31.34%
G = 41.29%
B = 27.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#BDF9A5 (or 0xBDF9A5) is known color: Madang. HEX triplet: BD, F9 and A5. RGB value is (189,249,165). Sum of RGB (Red+Green+Blue) = 189+249+165=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF9A5 is #42065A. Grayscale: #DDDDDD. Windows color (decimal): -4327003 or 10877373. OLE color: 10877373.

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

Color convert

RGB 189 249 165 -
CMYK 0.24 0 0.34 0.02
HSL 102.86º 0.88% 0.81% -
HSV(B) 102.86º 0.34% 0.98% -
XYZ 61.65 81.29 48.04 -
YUV 221.48 96.12 104.83 -
System Red Green Blue C M Y K H S L
Decimal 189 249 165 0.24 0 0.34 0.02 102.86 0.88 0.81
Hex BD F9 A5 18 0 22 2 67 58 51
Octal 275 371 245 30 0 42 2 147 130 121
Binary 10111101 11111001 10100101 11000 0 100010 10 1100111 1011000 1010001

Color Harmonies of #BDF9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9A5

Black with #BDF9A5

Text Example


Text Example

White with #BDF9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9A5; }

 p { color: rgb(189,249,165); }

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

background-color css

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

 a { background-color: rgb(189,249,165); }

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

border-color css

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

 span { border-color: rgb(189,249,165); }

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