Html Css Color HEX #C2BACC French Grey

📋 copy color: '#C2BACC'

red 194 ◦ green 186 ◦ blue 204

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

Shades of French Grey #C2BACC

Tints of French Grey #C2BACC

RGB

 RED value IS 194 (76.17% from 255) = 33.22%

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

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

R = 33.22%
G = 31.85%
B = 34.93%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C2BACC (or 0xC2BACC) is known color: French Grey. HEX triplet: C2, BA and CC. RGB value is (194,186,204). Sum of RGB (Red+Green+Blue) = 194+186+204=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BACC is #3D4533. Grayscale: #BEBEBE. Windows color (decimal): -4015412 or 13417154. OLE color: 13417154.

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

Color convert

RGB 194 186 204 -
CMYK 0.05 0.09 0 0.2
HSL 266.67º 0.15% 0.76% -
HSV(B) 266.67º 0.09% 0.8% -
XYZ 50.71 50.95 64.29 -
YUV 190.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 194 186 204 0.05 0.09 0 0.2 266.67 0.15 0.76
Hex C2 BA CC 5 9 0 14 10B F 4C
Octal 302 272 314 5 11 0 24 413 17 114
Binary 11000010 10111010 11001100 101 1001 0 10100 100001011 1111 1001100

Color Harmonies of #C2BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BACC

Black with #C2BACC

Text Example


Text Example

White with #C2BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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