Html Css Color HEX #C4BCCA French Grey

📋 copy color: '#C4BCCA'

red 196 ◦ green 188 ◦ blue 202

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

Shades of French Grey #C4BCCA

Tints of French Grey #C4BCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 33.45%
G = 32.08%
B = 34.47%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4BCCA (or 0xC4BCCA) is known color: French Grey. HEX triplet: C4, BC and CA. RGB value is (196,188,202). Sum of RGB (Red+Green+Blue) = 196+188+202=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCCA is #3B4335. Grayscale: #BFBFBF. Windows color (decimal): -3883830 or 13286596. OLE color: 13286596.

HSL color Cylindrical-coordinate representation of color #C4BCCA: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BCCA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 188 202 -
CMYK 0.03 0.07 0 0.21
HSL 274.29º 0.12% 0.76% -
HSV(B) 274.29º 0.07% 0.79% -
XYZ 51.41 51.97 63.2 -
YUV 191.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 196 188 202 0.03 0.07 0 0.21 274.29 0.12 0.76
Hex C4 BC CA 3 7 0 15 112 C 4C
Octal 304 274 312 3 7 0 25 422 14 114
Binary 11000100 10111100 11001010 11 111 0 10101 100010010 1100 1001100

Color Harmonies of #C4BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BCCA

Black with #C4BCCA

Text Example


Text Example

White with #C4BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BCCA; }

 p { color: rgb(196,188,202); }

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

background-color css

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

 a { background-color: rgb(196,188,202); }

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

border-color css

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

 span { border-color: rgb(196,188,202); }

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