Html Css Color HEX #BCA698 Silk

📋 copy color: '#BCA698'

red 188 ◦ green 166 ◦ blue 152

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

Shades of Silk #BCA698

Tints of Silk #BCA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.81%

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

R = 37.15%
G = 32.81%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA698 (or 0xBCA698) is known color: Silk. HEX triplet: BC, A6 and 98. RGB value is (188,166,152). Sum of RGB (Red+Green+Blue) = 188+166+152=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA698 is #435967. Grayscale: #ABABAB. Windows color (decimal): -4413800 or 10004156. OLE color: 10004156.

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

Color convert

RGB 188 166 152 -
CMYK 0 0.12 0.19 0.26
HSL 23.33º 0.21% 0.67% -
HSV(B) 23.33º 0.19% 0.74% -
XYZ 40.04 40.23 35.36 -
YUV 170.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 188 166 152 0 0.12 0.19 0.26 23.33 0.21 0.67
Hex BC A6 98 0 C 13 1A 17 15 43
Octal 274 246 230 0 14 23 32 27 25 103
Binary 10111100 10100110 10011000 0 1100 10011 11010 10111 10101 1000011

Color Harmonies of #BCA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA698

Black with #BCA698

Text Example


Text Example

White with #BCA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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