Html Css Color HEX #BCCA8F Green Mist

📋 copy color: '#BCCA8F'

red 188 ◦ green 202 ◦ blue 143

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

Shades of Green Mist #BCCA8F

Tints of Green Mist #BCCA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.9%

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 35.27%
G = 37.9%
B = 26.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#BCCA8F (or 0xBCCA8F) is known color: 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

RGB 188 202 143 -
CMYK 0.07 0 0.29 0.21
HSL 74.24º 0.36% 0.68% -
HSV(B) 74.24º 0.29% 0.79% -
XYZ 46.82 54.92 34.12 -
YUV 191.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 188 202 143 0.07 0 0.29 0.21 74.24 0.36 0.68
Hex BC CA 8F 7 0 1D 15 4A 24 44
Octal 274 312 217 7 0 35 25 112 44 104
Binary 10111100 11001010 10001111 111 0 11101 10101 1001010 100100 1000100

Color Harmonies of #BCCA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA8F

Black with #BCCA8F

Text Example


Text Example

White with #BCCA8F

Text Example


Text Example

HTML Codes & Css Web 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>