Html Css Color HEX #C4BACC French Grey

📋 copy color: '#C4BACC'

red 196 ◦ green 186 ◦ blue 204

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

Shades of French Grey #C4BACC

Tints of French Grey #C4BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 33.45%
G = 31.74%
B = 34.81%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C4BACC (or 0xC4BACC) is known color: French Grey. HEX triplet: C4, BA and CC. RGB value is (196,186,204). Sum of RGB (Red+Green+Blue) = 196+186+204=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BACC is #3B4533. Grayscale: #BEBEBE. Windows color (decimal): -3884340 or 13417156. OLE color: 13417156.

HSL color Cylindrical-coordinate representation of color #C4BACC: hue angle of 273.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BACC is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 186 204 -
CMYK 0.04 0.09 0 0.2
HSL 273.33º 0.15% 0.76% -
HSV(B) 273.33º 0.09% 0.8% -
XYZ 51.22 51.21 64.31 -
YUV 191.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 196 186 204 0.04 0.09 0 0.2 273.33 0.15 0.76
Hex C4 BA CC 4 9 0 14 111 F 4C
Octal 304 272 314 4 11 0 24 421 17 114
Binary 11000100 10111010 11001100 100 1001 0 10100 100010001 1111 1001100

Color Harmonies of #C4BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BACC

Black with #C4BACC

Text Example


Text Example

White with #C4BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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