#C1BBBE

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

Shades of Maverick #C1BBBE

Tints of Maverick #C1BBBE

Color information

#C1BBBE (or 0xC1BBBE) is unknown color: approx Maverick. HEX triplet: C1, BB and BE. RGB value is (193,187,190). Sum of RGB (Red+Green+Blue) = 193+187+190=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBBE is #3E4441. Grayscale: #BDBDBD. Windows color (decimal): -4080706 or 12499905. OLE color: 12499905.

HSL color Cylindrical-coordinate representation of color #C1BBBE: hue angle of 330º degrees, saturation: 0.05, 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 #C1BBBE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193187190-
CMYK00.030.020.24
HSL330º4.62%74.51%-
HSV(B)330º3.11%75.69%-
XYZ49.0650.655.9-
YUV189.14128.49130.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=33.86%
G=32.81%
B=33.33%

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
Decimal19318719000.030.020.243304.6274.51
HexC1BBBE0321814a54b
Octal301273276032305125113
Binary11000001101110111011111001110110001010010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBBE; }

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

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

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

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

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

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

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

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