#C6BCC4

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

Shades of Maverick #C6BCC4

Tints of Maverick #C6BCC4

Color information

#C6BCC4 (or 0xC6BCC4) is unknown color: approx Maverick. HEX triplet: C6, BC and C4. RGB value is (198,188,196). Sum of RGB (Red+Green+Blue) = 198+188+196=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCC4 is #39433B. Grayscale: #BFBFBF. Windows color (decimal): -3752764 or 12893382. OLE color: 12893382.

HSL color Cylindrical-coordinate representation of color #C6BCC4: hue angle of 312º 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 #C6BCC4 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198188196-
CMYK00.050.010.22
HSL312º8.06%75.69%-
HSV(B)312º5.05%77.65%-
XYZ51.2451.9659.55-
YUV191.9130.31132.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.02%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=34.02%
G=32.30%
B=33.68%

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
Decimal19818819600.050.010.223128.0675.69
HexC6BCC40511613884c
Octal3062743040512647010114
Binary110001101011110011000100010111011010011100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCC4; }

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

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

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

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

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

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

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

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