Html Css Color HEX #C5BACE French Grey

📋 copy color: '#C5BACE'

red 197 ◦ green 186 ◦ blue 206

#C5BACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #C5BACE

Tints of French Grey #C5BACE

RGB

 RED value IS 197 (77.34% from 255) = 33.45%

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 33.45%
G = 31.58%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5BACE (or 0xC5BACE) is known color: French Grey. HEX triplet: C5, BA and CE. RGB value is (197,186,206). Sum of RGB (Red+Green+Blue) = 197+186+206=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACE is #3A4531. Grayscale: #BFBFBF. Windows color (decimal): -3818802 or 13548229. OLE color: 13548229.

HSL color Cylindrical-coordinate representation of color #C5BACE: hue angle of 273º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BACE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 186 206 -
CMYK 0.04 0.10 0 0.19
HSL 273º 0.17% 0.77% -
HSV(B) 273º 0.1% 0.81% -
XYZ 51.73 51.44 65.6 -
YUV 191.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 197 186 206 0.04 0.10 0 0.19 273 0.17 0.77
Hex C5 BA CE 4 A 0 13 111 11 4D
Octal 305 272 316 4 12 0 23 421 21 115
Binary 11000101 10111010 11001110 100 1010 0 10011 100010001 10001 1001101

Color Harmonies of #C5BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BACE

Black with #C5BACE

Text Example


Text Example

White with #C5BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BACE; }

 p { color: rgb(197,186,206); }

 H1.HeaderClassName
 {
   color: #C5BACE;
 }
 .AnyTagClassName
 {
   color: #C5BACE;
 }
</style>

background-color css

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

 a { background-color: rgb(197,186,206); }

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

border-color css

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

 span { border-color: rgb(197,186,206); }

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