#C8BDC2

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

Shades of Maverick #C8BDC2

Tints of Maverick #C8BDC2

Color information

#C8BDC2 (or 0xC8BDC2) is unknown color: approx Maverick. HEX triplet: C8, BD and C2. RGB value is (200,189,194). Sum of RGB (Red+Green+Blue) = 200+189+194=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC2 is #37423D. Grayscale: #C0C0C0. Windows color (decimal): -3621438 or 12762568. OLE color: 12762568.

HSL color Cylindrical-coordinate representation of color #C8BDC2: hue angle of 332.73º degrees, saturation: 0.09, 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 #C8BDC2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB200189194-
CMYK00.060.030.22
HSL332.73º9.09%76.27%-
HSV(B)332.73º5.5%78.43%-
XYZ51.7552.5758.46-
YUV192.86128.64133.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=34.31%
G=32.42%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018919400.060.030.22332.739.0976.27
HexC8BDC20631614d94c
Octal3102753020632651511114
Binary1100100010111101110000100110111011010100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDC2; }

 p { color: rgb(200,189,194); }

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

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

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

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

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

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

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