#C0BAC4

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

Shades of French Grey #C0BAC4

Tints of French Grey #C0BAC4

Color information

#C0BAC4 (or 0xC0BAC4) is unknown color: approx French Grey. HEX triplet: C0, BA and C4. RGB value is (192,186,196). Sum of RGB (Red+Green+Blue) = 192+186+196=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #C0BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC4 is #3F453B. Grayscale: #BCBCBC. Windows color (decimal): -4146492 or 12892864. OLE color: 12892864.

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

Color convert

RGB192186196-
CMYK0.020.0500.23
HSL276º7.81%74.9%-
HSV(B)276º5.1%76.86%-
XYZ49.2650.3159.34-
YUV188.93131.99130.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=33.45%
G=32.40%
B=34.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921861960.020.0500.232767.8174.9
HexC0BAC42501711484b
Octal3002723042502742410113
Binary1100000010111010110001001010101011110001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAC4; }

 p { color: rgb(192,186,196); }

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

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

 a { background-color: rgb(192,186,196); }

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

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

 span { border-color: rgb(192,186,196); }

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