#C8BAC8

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

Shades of Thistle #C8BAC8

Tints of Thistle #C8BAC8

Color information

#C8BAC8 (or 0xC8BAC8) is unknown color: approx Thistle. HEX triplet: C8, BA and C8. RGB value is (200,186,200). Sum of RGB (Red+Green+Blue) = 200+186+200=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C8BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAC8 is #374537. Grayscale: #BFBFBF. Windows color (decimal): -3622200 or 13155016. OLE color: 13155016.

HSL color Cylindrical-coordinate representation of color #C8BAC8: hue angle of 300º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BAC8 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB200186200-
CMYK00.0700.22
HSL300º11.29%75.69%-
HSV(B)300º7%78.43%-
XYZ51.851.5761.87-
YUV191.78132.64133.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=34.13%
G=31.74%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018620000.0700.2230011.2975.69
HexC8BAC80701612cb4c
Octal3102723100702645413114
Binary110010001011101011001000011101011010010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAC8; }

 p { color: rgb(200,186,200); }

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

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

 a { background-color: rgb(200,186,200); }

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

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

 span { border-color: rgb(200,186,200); }

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