Html Css Color HEX #C4BACE French Grey

📋 copy color: '#C4BACE'

red 196 ◦ green 186 ◦ blue 206

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

Shades of French Grey #C4BACE

Tints of French Grey #C4BACE

RGB

 RED value IS 196 (76.95% from 255) = 33.33%

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

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

R = 33.33%
G = 31.63%
B = 35.03%

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

#C4BACE (or 0xC4BACE) is known color: French Grey. HEX triplet: C4, BA and CE. RGB value is (196,186,206). Sum of RGB (Red+Green+Blue) = 196+186+206=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BACE is #3B4531. Grayscale: #BFBFBF. Windows color (decimal): -3884338 or 13548228. OLE color: 13548228.

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

Color convert

RGB 196 186 206 -
CMYK 0.05 0.10 0 0.19
HSL 270º 0.17% 0.77% -
HSV(B) 270º 0.1% 0.81% -
XYZ 51.46 51.31 65.58 -
YUV 191.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 196 186 206 0.05 0.10 0 0.19 270 0.17 0.77
Hex C4 BA CE 5 A 0 13 10E 11 4D
Octal 304 272 316 5 12 0 23 416 21 115
Binary 11000100 10111010 11001110 101 1010 0 10011 100001110 10001 1001101

Color Harmonies of #C4BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BACE

Black with #C4BACE

Text Example


Text Example

White with #C4BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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