Html Css Color HEX #C5BACF French Grey

📋 copy color: '#C5BACF'

red 197 ◦ green 186 ◦ blue 207

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

Shades of French Grey #C5BACF

Tints of French Grey #C5BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 33.39%
G = 31.53%
B = 35.08%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5BACF (or 0xC5BACF) is known color: French Grey. HEX triplet: C5, BA and CF. RGB value is (197,186,207). Sum of RGB (Red+Green+Blue) = 197+186+207=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACF is #3A4530. Grayscale: #BFBFBF. Windows color (decimal): -3818801 or 13613765. OLE color: 13613765.

HSL color Cylindrical-coordinate representation of color #C5BACF: hue angle of 271.43º degrees, saturation: 0.18, 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 #C5BACF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 186 207 -
CMYK 0.05 0.10 0 0.19
HSL 271.43º 0.18% 0.77% -
HSV(B) 271.43º 0.1% 0.81% -
XYZ 51.85 51.49 66.24 -
YUV 191.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 197 186 207 0.05 0.10 0 0.19 271.43 0.18 0.77
Hex C5 BA CF 5 A 0 13 10F 12 4D
Octal 305 272 317 5 12 0 23 417 22 115
Binary 11000101 10111010 11001111 101 1010 0 10011 100001111 10010 1001101

Color Harmonies of #C5BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BACF

Black with #C5BACF

Text Example


Text Example

White with #C5BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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