Html Css Color HEX #BDFCA5 Madang

📋 copy color: '#BDFCA5'

red 189 ◦ green 252 ◦ blue 165

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

Shades of Madang #BDFCA5

Tints of Madang #BDFCA5

RGB

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

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

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

R = 31.19%
G = 41.58%
B = 27.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#BDFCA5 (or 0xBDFCA5) is known color: Madang. HEX triplet: BD, FC and A5. RGB value is (189,252,165). Sum of RGB (Red+Green+Blue) = 189+252+165=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCA5 is #42035A. Grayscale: #DFDFDF. Windows color (decimal): -4326235 or 10878141. OLE color: 10878141.

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

Color convert

RGB 189 252 165 -
CMYK 0.25 0 0.35 0.01
HSL 103.45º 0.94% 0.82% -
HSV(B) 103.45º 0.35% 0.99% -
XYZ 62.59 83.16 48.35 -
YUV 223.25 95.13 103.57 -
System Red Green Blue C M Y K H S L
Decimal 189 252 165 0.25 0 0.35 0.01 103.45 0.94 0.82
Hex BD FC A5 19 0 23 1 67 5E 52
Octal 275 374 245 31 0 43 1 147 136 122
Binary 10111101 11111100 10100101 11001 0 100011 1 1100111 1011110 1010010

Color Harmonies of #BDFCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCA5

Black with #BDFCA5

Text Example


Text Example

White with #BDFCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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