#C4BDC1

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

Shades of Maverick #C4BDC1

Tints of Maverick #C4BDC1

Color information

#C4BDC1 (or 0xC4BDC1) is unknown color: approx Maverick. HEX triplet: C4, BD and C1. RGB value is (196,189,193). Sum of RGB (Red+Green+Blue) = 196+189+193=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDC1 is #3B423E. Grayscale: #BFBFBF. Windows color (decimal): -3883583 or 12697028. OLE color: 12697028.

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

Color convert

RGB196189193-
CMYK00.040.020.23
HSL325.71º5.6%75.49%-
HSV(B)325.71º3.57%76.86%-
XYZ50.5951.9857.82-
YUV191.55128.82131.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 193 (75.78% from 255) = 33.39%
R=33.91%
G=32.70%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618919300.040.020.23325.715.675.49
HexC4BDC10421714664b
Octal304275301042275066113
Binary110001001011110111000001010010101111010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDC1; }

 p { color: rgb(196,189,193); }

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

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

 a { background-color: rgb(196,189,193); }

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

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

 span { border-color: rgb(196,189,193); }

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