Html Css Color HEX #BCFCB6 Madang

📋 copy color: '#BCFCB6'

red 188 ◦ green 252 ◦ blue 182

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

Shades of Madang #BCFCB6

Tints of Madang #BCFCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.26%

R = 30.23%
G = 40.51%
B = 29.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#BCFCB6 (or 0xBCFCB6) is known color: Madang. HEX triplet: BC, FC and B6. RGB value is (188,252,182). Sum of RGB (Red+Green+Blue) = 188+252+182=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB6 is #430349. Grayscale: #E1E1E1. Windows color (decimal): -4391754 or 11992252. OLE color: 11992252.

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

Color convert

RGB 188 252 182 -
CMYK 0.25 0 0.28 0.01
HSL 114.86º 0.92% 0.85% -
HSV(B) 114.86º 0.28% 0.99% -
XYZ 63.99 83.69 57.04 -
YUV 224.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 188 252 182 0.25 0 0.28 0.01 114.86 0.92 0.85
Hex BC FC B6 19 0 1C 1 73 5C 55
Octal 274 374 266 31 0 34 1 163 134 125
Binary 10111100 11111100 10110110 11001 0 11100 1 1110011 1011100 1010101

Color Harmonies of #BCFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCB6

Black with #BCFCB6

Text Example


Text Example

White with #BCFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCB6; }

 p { color: rgb(188,252,182); }

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

background-color css

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

 a { background-color: rgb(188,252,182); }

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

border-color css

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

 span { border-color: rgb(188,252,182); }

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