Html Css Color HEX #C5BCCC French Grey

📋 copy color: '#C5BCCC'

red 197 ◦ green 188 ◦ blue 204

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

Shades of French Grey #C5BCCC

Tints of French Grey #C5BCCC

RGB

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

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

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

R = 33.45%
G = 31.92%
B = 34.63%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5BCCC (or 0xC5BCCC) is known color: French Grey. HEX triplet: C5, BC and CC. RGB value is (197,188,204). Sum of RGB (Red+Green+Blue) = 197+188+204=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCC is #3A4333. Grayscale: #C0C0C0. Windows color (decimal): -3818292 or 13417669. OLE color: 13417669.

HSL color Cylindrical-coordinate representation of color #C5BCCC: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BCCC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 188 204 -
CMYK 0.03 0.08 0 0.2
HSL 273.75º 0.14% 0.77% -
HSV(B) 273.75º 0.08% 0.8% -
XYZ 51.91 52.2 64.47 -
YUV 192.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 197 188 204 0.03 0.08 0 0.2 273.75 0.14 0.77
Hex C5 BC CC 3 8 0 14 112 E 4D
Octal 305 274 314 3 10 0 24 422 16 115
Binary 11000101 10111100 11001100 11 1000 0 10100 100010010 1110 1001101

Color Harmonies of #C5BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCCC

Black with #C5BCCC

Text Example


Text Example

White with #C5BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCCC; }

 p { color: rgb(197,188,204); }

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

background-color css

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

 a { background-color: rgb(197,188,204); }

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

border-color css

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

 span { border-color: rgb(197,188,204); }

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