Html Css Color HEX #BCC190 Green Mist

📋 copy color: '#BCC190'

red 188 ◦ green 193 ◦ blue 144

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

Shades of Green Mist #BCC190

Tints of Green Mist #BCC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 35.81%
G = 36.76%
B = 27.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BCC190 (or 0xBCC190) is known color: Green Mist. HEX triplet: BC, C1 and 90. RGB value is (188,193,144). Sum of RGB (Red+Green+Blue) = 188+193+144=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC190 is #433E6F. Grayscale: #BABABA. Windows color (decimal): -4406896 or 9486780. OLE color: 9486780.

HSL color Cylindrical-coordinate representation of color #BCC190: hue angle of 66.12º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC190 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 144 -
CMYK 0.03 0 0.25 0.24
HSL 66.12º 0.28% 0.66% -
HSV(B) 66.12º 0.25% 0.76% -
XYZ 44.84 50.84 33.84 -
YUV 185.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 188 193 144 0.03 0 0.25 0.24 66.12 0.28 0.66
Hex BC C1 90 3 0 19 18 42 1C 42
Octal 274 301 220 3 0 31 30 102 34 102
Binary 10111100 11000001 10010000 11 0 11001 11000 1000010 11100 1000010

Color Harmonies of #BCC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC190

Black with #BCC190

Text Example


Text Example

White with #BCC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC190; }

 p { color: rgb(188,193,144); }

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

background-color css

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

 a { background-color: rgb(188,193,144); }

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

border-color css

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

 span { border-color: rgb(188,193,144); }

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