#C1BCBE

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

Shades of Maverick #C1BCBE

Tints of Maverick #C1BCBE

Color information

#C1BCBE (or 0xC1BCBE) is unknown color: approx Maverick. HEX triplet: C1, BC and BE. RGB value is (193,188,190). Sum of RGB (Red+Green+Blue) = 193+188+190=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBE is #3E4341. Grayscale: #BDBDBD. Windows color (decimal): -4080450 or 12500161. OLE color: 12500161.

HSL color Cylindrical-coordinate representation of color #C1BCBE: hue angle of 336º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BCBE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193188190-
CMYK00.030.020.24
HSL336º3.88%74.71%-
HSV(B)336º2.59%75.69%-
XYZ49.2751.0255.97-
YUV189.72128.16130.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=33.80%
G=32.92%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318819000.030.020.243363.8874.71
HexC1BCBE0321815044b
Octal301274276032305204113
Binary11000001101111001011111001110110001010100001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCBE; }

 p { color: rgb(193,188,190); }

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

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

 a { background-color: rgb(193,188,190); }

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

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

 span { border-color: rgb(193,188,190); }

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