Html Css Color HEX #BCBE98 Green Mist

📋 copy color: '#BCBE98'

red 188 ◦ green 190 ◦ blue 152

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

Shades of Green Mist #BCBE98

Tints of Green Mist #BCBE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.85%

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 35.47%
G = 35.85%
B = 28.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BCBE98 (or 0xBCBE98) is known color: Green Mist. HEX triplet: BC, BE and 98. RGB value is (188,190,152). Sum of RGB (Red+Green+Blue) = 188+190+152=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE98 is #434167. Grayscale: #B9B9B9. Windows color (decimal): -4407656 or 10010300. OLE color: 10010300.

HSL color Cylindrical-coordinate representation of color #BCBE98: hue angle of 63.16º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBE98 is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 152 -
CMYK 0.01 0 0.2 0.25
HSL 63.16º 0.23% 0.67% -
HSV(B) 63.16º 0.2% 0.75% -
XYZ 44.82 49.79 36.95 -
YUV 185.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 188 190 152 0.01 0 0.2 0.25 63.16 0.23 0.67
Hex BC BE 98 1 0 14 19 3F 17 43
Octal 274 276 230 1 0 24 31 77 27 103
Binary 10111100 10111110 10011000 1 0 10100 11001 111111 10111 1000011

Color Harmonies of #BCBE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE98

Black with #BCBE98

Text Example


Text Example

White with #BCBE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE98; }

 p { color: rgb(188,190,152); }

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

background-color css

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

 a { background-color: rgb(188,190,152); }

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

border-color css

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

 span { border-color: rgb(188,190,152); }

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