Html Css Color HEX #BCF8A4 Madang

📋 copy color: '#BCF8A4'

red 188 ◦ green 248 ◦ blue 164

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

Shades of Madang #BCF8A4

Tints of Madang #BCF8A4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.33%

 BLUE value IS 164 (64.45% from 255) = 27.33%

R = 31.33%
G = 41.33%
B = 27.33%

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

#BCF8A4 (or 0xBCF8A4) is known color: Madang. HEX triplet: BC, F8 and A4. RGB value is (188,248,164). Sum of RGB (Red+Green+Blue) = 188+248+164=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF8A4 is #43075B. Grayscale: #DCDCDC. Windows color (decimal): -4392796 or 10811580. OLE color: 10811580.

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

Color convert

RGB 188 248 164 -
CMYK 0.24 0 0.34 0.03
HSL 102.86º 0.86% 0.81% -
HSV(B) 102.86º 0.34% 0.97% -
XYZ 61.01 80.51 47.45 -
YUV 220.48 96.12 104.83 -
System Red Green Blue C M Y K H S L
Decimal 188 248 164 0.24 0 0.34 0.03 102.86 0.86 0.81
Hex BC F8 A4 18 0 22 3 67 56 51
Octal 274 370 244 30 0 42 3 147 126 121
Binary 10111100 11111000 10100100 11000 0 100010 11 1100111 1010110 1010001

Color Harmonies of #BCF8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8A4

Black with #BCF8A4

Text Example


Text Example

White with #BCF8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8A4; }

 p { color: rgb(188,248,164); }

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

background-color css

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

 a { background-color: rgb(188,248,164); }

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

border-color css

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

 span { border-color: rgb(188,248,164); }

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