Html Css Color HEX #BC9890 Quicksand

📋 copy color: '#BC9890'

red 188 ◦ green 152 ◦ blue 144

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

Shades of Quicksand #BC9890

Tints of Quicksand #BC9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

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

R = 38.84%
G = 31.4%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC9890 (or 0xBC9890) is known color: Quicksand. HEX triplet: BC, 98 and 90. RGB value is (188,152,144). Sum of RGB (Red+Green+Blue) = 188+152+144=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9890 is #43676F. Grayscale: #A1A1A1. Windows color (decimal): -4417392 or 9476284. OLE color: 9476284.

HSL color Cylindrical-coordinate representation of color #BC9890: hue angle of 10.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9890 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 144 -
CMYK 0 0.19 0.23 0.26
HSL 10.91º 0.25% 0.65% -
HSV(B) 10.91º 0.23% 0.74% -
XYZ 37 35.16 31.22 -
YUV 161.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 188 152 144 0 0.19 0.23 0.26 10.91 0.25 0.65
Hex BC 98 90 0 13 17 1A B 19 41
Octal 274 230 220 0 23 27 32 13 31 101
Binary 10111100 10011000 10010000 0 10011 10111 11010 1011 11001 1000001

Color Harmonies of #BC9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9890

Black with #BC9890

Text Example


Text Example

White with #BC9890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9890; }

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

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

background-color css

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

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

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

border-color css

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

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

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