#BCCA8F

Color #BCCA8F Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BCCA8F

Tints of Green Mist #BCCA8F

Color information

#BCCA8F (or 0xBCCA8F) is unknown color: approx Green Mist. HEX triplet: BC, CA and 8F. RGB value is (188,202,143). Sum of RGB (Red+Green+Blue) = 188+202+143=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA8F is #433570. Grayscale: #BFBFBF. Windows color (decimal): -4404593 or 9423548. OLE color: 9423548.

HSL color Cylindrical-coordinate representation of color #BCCA8F: hue angle of 74.24º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCCA8F is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB188202143-
CMYK0.0700.290.21
HSL74.24º35.76%67.65%-
HSV(B)74.24º29.21%79.22%-
XYZ46.8254.9234.12-
YUV191.09100.86125.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=35.27%
G=37.90%
B=26.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021430.0700.290.2174.2435.7667.65
HexBCCA8F701D154a2444
Octal27431221770352511244104
Binary1011110011001010100011111110111011010110010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA8F; }

 p { color: rgb(188,202,143); }

 H1.HeaderClassName
 {
   color: #BCCA8F;
 }
 .AnyTagClassName
 {
   color: #BCCA8F;
 }
</style>
background-color css

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

 a { background-color: rgb(188,202,143); }

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

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

 span { border-color: rgb(188,202,143); }

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