Html Css Color HEX #BDFCA0 Madang

📋 copy color: '#BDFCA0'

red 189 ◦ green 252 ◦ blue 160

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

Shades of Madang #BDFCA0

Tints of Madang #BDFCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.93%

 BLUE value IS 160 (62.89% from 255) = 26.62%

R = 31.45%
G = 41.93%
B = 26.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#BDFCA0 (or 0xBDFCA0) is known color: Madang. HEX triplet: BD, FC and A0. RGB value is (189,252,160). Sum of RGB (Red+Green+Blue) = 189+252+160=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCA0 is #42035F. Grayscale: #DEDEDE. Windows color (decimal): -4326240 or 10550461. OLE color: 10550461.

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

Color convert

RGB 189 252 160 -
CMYK 0.25 0 0.37 0.01
HSL 101.09º 0.94% 0.81% -
HSV(B) 101.09º 0.37% 0.99% -
XYZ 62.14 82.98 46 -
YUV 222.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 189 252 160 0.25 0 0.37 0.01 101.09 0.94 0.81
Hex BD FC A0 19 0 25 1 65 5E 51
Octal 275 374 240 31 0 45 1 145 136 121
Binary 10111101 11111100 10100000 11001 0 100101 1 1100101 1011110 1010001

Color Harmonies of #BDFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCA0

Black with #BDFCA0

Text Example


Text Example

White with #BDFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCA0; }

 p { color: rgb(189,252,160); }

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

background-color css

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

 a { background-color: rgb(189,252,160); }

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

border-color css

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

 span { border-color: rgb(189,252,160); }

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