Html Css Color HEX #BCC990 Green Mist

📋 copy color: '#BCC990'

red 188 ◦ green 201 ◦ blue 144

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

Shades of Green Mist #BCC990

Tints of Green Mist #BCC990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

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

R = 35.27%
G = 37.71%
B = 27.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#BCC990 (or 0xBCC990) is known color: Green Mist. HEX triplet: BC, C9 and 90. RGB value is (188,201,144). Sum of RGB (Red+Green+Blue) = 188+201+144=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC990 is #43366F. Grayscale: #BEBEBE. Windows color (decimal): -4404848 or 9488828. OLE color: 9488828.

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

Color convert

RGB 188 201 144 -
CMYK 0.06 0 0.28 0.21
HSL 73.68º 0.35% 0.68% -
HSV(B) 73.68º 0.28% 0.79% -
XYZ 46.66 54.48 34.44 -
YUV 190.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 188 201 144 0.06 0 0.28 0.21 73.68 0.35 0.68
Hex BC C9 90 6 0 1C 15 4A 23 44
Octal 274 311 220 6 0 34 25 112 43 104
Binary 10111100 11001001 10010000 110 0 11100 10101 1001010 100011 1000100

Color Harmonies of #BCC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC990

Black with #BCC990

Text Example


Text Example

White with #BCC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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