#BC9C96

Color #BC9C96 Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #BC9C96

Tints of Quicksand #BC9C96

Color information

#BC9C96 (or 0xBC9C96) is unknown color: approx Quicksand. HEX triplet: BC, 9C and 96. RGB value is (188,156,150). Sum of RGB (Red+Green+Blue) = 188+156+150=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C96 is #436369. Grayscale: #A4A4A4. Windows color (decimal): -4416362 or 9870524. OLE color: 9870524.

HSL color Cylindrical-coordinate representation of color #BC9C96: hue angle of 9.47º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9C96 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188156150-
CMYK00.170.200.26
HSL9.47º22.09%66.27%-
HSV(B)9.47º20.21%73.73%-
XYZ38.1336.6733.92-
YUV164.88119.6144.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=38.06%
G=31.58%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815615000.170.200.269.4722.0966.27
HexBC9C96011141A91642
Octal27423422602124321126102
Binary10111100100111001001011001000110100110101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C96; }

 p { color: rgb(188,156,150); }

 H1.HeaderClassName
 {
   color: #BC9C96;
 }
 .AnyTagClassName
 {
   color: #BC9C96;
 }
</style>
background-color css

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

 a { background-color: rgb(188,156,150); }

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

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

 span { border-color: rgb(188,156,150); }

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