#C8BEC5

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

Shades of Maverick #C8BEC5

Tints of Maverick #C8BEC5

Color information

#C8BEC5 (or 0xC8BEC5) is unknown color: approx Maverick. HEX triplet: C8, BE and C5. RGB value is (200,190,197). Sum of RGB (Red+Green+Blue) = 200+190+197=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC5 is #37413A. Grayscale: #C1C1C1. Windows color (decimal): -3621179 or 12959432. OLE color: 12959432.

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

Color convert

RGB200190197-
CMYK00.050.020.22
HSL318º8.33%76.47%-
HSV(B)318º5%78.43%-
XYZ52.3153.1460.32-
YUV193.79129.81132.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=34.07%
G=32.37%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019019700.050.020.223188.3376.47
HexC8BEC50521613e84c
Octal3102763050522647610114
Binary1100100010111110110001010101101011010011111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEC5; }

 p { color: rgb(200,190,197); }

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

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

 a { background-color: rgb(200,190,197); }

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

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

 span { border-color: rgb(200,190,197); }

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