Html Css Color HEX #BCFDB0 Madang

📋 copy color: '#BCFDB0'

red 188 ◦ green 253 ◦ blue 176

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

Shades of Madang #BCFDB0

Tints of Madang #BCFDB0

RGB

 RED value IS 188 (73.83% from 255) = 30.47%

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

 BLUE value IS 176 (69.14% from 255) = 28.53%

R = 30.47%
G = 41%
B = 28.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#BCFDB0 (or 0xBCFDB0) is known color: Madang. HEX triplet: BC, FD and B0. RGB value is (188,253,176). Sum of RGB (Red+Green+Blue) = 188+253+176=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDB0 is #43024F. Grayscale: #E1E1E1. Windows color (decimal): -4391504 or 11599292. OLE color: 11599292.

HSL color Cylindrical-coordinate representation of color #BCFDB0: hue angle of 110.65º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 176 -
CMYK 0.26 0 0.30 0.01
HSL 110.65º 0.95% 0.84% -
HSV(B) 110.65º 0.3% 0.99% -
XYZ 63.7 84.08 53.95 -
YUV 224.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 188 253 176 0.26 0 0.30 0.01 110.65 0.95 0.84
Hex BC FD B0 1A 0 1E 1 6F 5F 54
Octal 274 375 260 32 0 36 1 157 137 124
Binary 10111100 11111101 10110000 11010 0 11110 1 1101111 1011111 1010100

Color Harmonies of #BCFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDB0

Black with #BCFDB0

Text Example


Text Example

White with #BCFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDB0; }

 p { color: rgb(188,253,176); }

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

background-color css

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

 a { background-color: rgb(188,253,176); }

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

border-color css

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

 span { border-color: rgb(188,253,176); }

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