Html Css Color HEX #BCC891 Green Mist

📋 copy color: '#BCC891'

red 188 ◦ green 200 ◦ blue 145

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

Shades of Green Mist #BCC891

Tints of Green Mist #BCC891

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

 BLUE value IS 145 (57.03% from 255) = 27.2%

R = 35.27%
G = 37.52%
B = 27.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#BCC891 (or 0xBCC891) is known color: Green Mist. HEX triplet: BC, C8 and 91. RGB value is (188,200,145). Sum of RGB (Red+Green+Blue) = 188+200+145=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC891 is #43376E. Grayscale: #BEBEBE. Windows color (decimal): -4405103 or 9554108. OLE color: 9554108.

HSL color Cylindrical-coordinate representation of color #BCC891: hue angle of 73.09º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC891 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 145 -
CMYK 0.06 0 0.28 0.22
HSL 73.09º 0.33% 0.68% -
HSV(B) 73.09º 0.28% 0.78% -
XYZ 46.5 54.04 34.77 -
YUV 190.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 188 200 145 0.06 0 0.28 0.22 73.09 0.33 0.68
Hex BC C8 91 6 0 1C 16 49 21 44
Octal 274 310 221 6 0 34 26 111 41 104
Binary 10111100 11001000 10010001 110 0 11100 10110 1001001 100001 1000100

Color Harmonies of #BCC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC891

Black with #BCC891

Text Example


Text Example

White with #BCC891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC891; }

 p { color: rgb(188,200,145); }

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

background-color css

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

 a { background-color: rgb(188,200,145); }

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

border-color css

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

 span { border-color: rgb(188,200,145); }

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