#C6BCC5

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

Shades of Maverick #C6BCC5

Tints of Maverick #C6BCC5

Color information

#C6BCC5 (or 0xC6BCC5) is unknown color: approx Maverick. HEX triplet: C6, BC and C5. RGB value is (198,188,197). Sum of RGB (Red+Green+Blue) = 198+188+197=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCC5 is #39433A. Grayscale: #BFBFBF. Windows color (decimal): -3752763 or 12958918. OLE color: 12958918.

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

Color convert

RGB198188197-
CMYK00.050.010.22
HSL306º8.06%75.69%-
HSV(B)306º5.05%77.65%-
XYZ51.355260.15-
YUV192.02130.81132.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.96%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=33.96%
G=32.25%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818819700.050.010.223068.0675.69
HexC6BCC50511613284c
Octal3062743050512646210114
Binary110001101011110011000101010111011010011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCC5; }

 p { color: rgb(198,188,197); }

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

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

 a { background-color: rgb(198,188,197); }

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

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

 span { border-color: rgb(198,188,197); }

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