Html Css Color HEX #BCF7A2 Madang

📋 copy color: '#BCF7A2'

red 188 ◦ green 247 ◦ blue 162

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

Shades of Madang #BCF7A2

Tints of Madang #BCF7A2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.37%

 BLUE value IS 162 (63.67% from 255) = 27.14%

R = 31.49%
G = 41.37%
B = 27.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#BCF7A2 (or 0xBCF7A2) is known color: Madang. HEX triplet: BC, F7 and A2. RGB value is (188,247,162). Sum of RGB (Red+Green+Blue) = 188+247+162=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF7A2 is #43085D. Grayscale: #DBDBDB. Windows color (decimal): -4393054 or 10680252. OLE color: 10680252.

HSL color Cylindrical-coordinate representation of color #BCF7A2: hue angle of 101.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCF7A2 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 162 -
CMYK 0.24 0 0.34 0.03
HSL 101.65º 0.84% 0.8% -
HSV(B) 101.65º 0.34% 0.97% -
XYZ 60.52 79.82 46.4 -
YUV 219.67 95.45 105.41 -
System Red Green Blue C M Y K H S L
Decimal 188 247 162 0.24 0 0.34 0.03 101.65 0.84 0.8
Hex BC F7 A2 18 0 22 3 66 54 50
Octal 274 367 242 30 0 42 3 146 124 120
Binary 10111100 11110111 10100010 11000 0 100010 11 1100110 1010100 1010000

Color Harmonies of #BCF7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7A2

Black with #BCF7A2

Text Example


Text Example

White with #BCF7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7A2; }

 p { color: rgb(188,247,162); }

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

background-color css

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

 a { background-color: rgb(188,247,162); }

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

border-color css

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

 span { border-color: rgb(188,247,162); }

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