Html Css Color HEX #BCFAA8 Madang

📋 copy color: '#BCFAA8'

red 188 ◦ green 250 ◦ blue 168

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

Shades of Madang #BCFAA8

Tints of Madang #BCFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.25%

 BLUE value IS 168 (66.02% from 255) = 27.72%

R = 31.02%
G = 41.25%
B = 27.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#BCFAA8 (or 0xBCFAA8) is known color: Madang. HEX triplet: BC, FA and A8. RGB value is (188,250,168). Sum of RGB (Red+Green+Blue) = 188+250+168=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA8 is #430557. Grayscale: #DEDEDE. Windows color (decimal): -4392280 or 11074236. OLE color: 11074236.

HSL color Cylindrical-coordinate representation of color #BCFAA8: hue angle of 105.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCFAA8 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 168 -
CMYK 0.25 0 0.33 0.02
HSL 105.37º 0.89% 0.82% -
HSV(B) 105.37º 0.33% 0.98% -
XYZ 61.99 81.89 49.58 -
YUV 222.11 97.46 103.67 -
System Red Green Blue C M Y K H S L
Decimal 188 250 168 0.25 0 0.33 0.02 105.37 0.89 0.82
Hex BC FA A8 19 0 21 2 69 59 52
Octal 274 372 250 31 0 41 2 151 131 122
Binary 10111100 11111010 10101000 11001 0 100001 10 1101001 1011001 1010010

Color Harmonies of #BCFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAA8

Black with #BCFAA8

Text Example


Text Example

White with #BCFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAA8; }

 p { color: rgb(188,250,168); }

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

background-color css

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

 a { background-color: rgb(188,250,168); }

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

border-color css

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

 span { border-color: rgb(188,250,168); }

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