Html Css Color HEX #BCFCB4 Madang

📋 copy color: '#BCFCB4'

red 188 ◦ green 252 ◦ blue 180

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

Shades of Madang #BCFCB4

Tints of Madang #BCFCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.03%

R = 30.32%
G = 40.65%
B = 29.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#BCFCB4 (or 0xBCFCB4) is known color: Madang. HEX triplet: BC, FC and B4. RGB value is (188,252,180). Sum of RGB (Red+Green+Blue) = 188+252+180=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB4 is #43034B. Grayscale: #E0E0E0. Windows color (decimal): -4391756 or 11861180. OLE color: 11861180.

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

Color convert

RGB 188 252 180 -
CMYK 0.25 0 0.29 0.01
HSL 113.33º 0.92% 0.85% -
HSV(B) 113.33º 0.29% 0.99% -
XYZ 63.79 83.61 55.96 -
YUV 224.66 102.8 101.85 -
System Red Green Blue C M Y K H S L
Decimal 188 252 180 0.25 0 0.29 0.01 113.33 0.92 0.85
Hex BC FC B4 19 0 1D 1 71 5C 55
Octal 274 374 264 31 0 35 1 161 134 125
Binary 10111100 11111100 10110100 11001 0 11101 1 1110001 1011100 1010101

Color Harmonies of #BCFCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCB4

Black with #BCFCB4

Text Example


Text Example

White with #BCFCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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