Html Css Color HEX #C5BCCD French Grey

📋 copy color: '#C5BCCD'

red 197 ◦ green 188 ◦ blue 205

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

Shades of French Grey #C5BCCD

Tints of French Grey #C5BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 33.39%
G = 31.86%
B = 34.75%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5BCCD (or 0xC5BCCD) is known color: French Grey. HEX triplet: C5, BC and CD. RGB value is (197,188,205). Sum of RGB (Red+Green+Blue) = 197+188+205=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCD is #3A4332. Grayscale: #C0C0C0. Windows color (decimal): -3818291 or 13483205. OLE color: 13483205.

HSL color Cylindrical-coordinate representation of color #C5BCCD: hue angle of 271.76º degrees, saturation: 0.15, 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 #C5BCCD is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 188 205 -
CMYK 0.04 0.08 0 0.20
HSL 271.76º 0.15% 0.77% -
HSV(B) 271.76º 0.08% 0.8% -
XYZ 52.03 52.24 65.1 -
YUV 192.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 197 188 205 0.04 0.08 0 0.20 271.76 0.15 0.77
Hex C5 BC CD 4 8 0 14 110 F 4D
Octal 305 274 315 4 10 0 24 420 17 115
Binary 11000101 10111100 11001101 100 1000 0 10100 100010000 1111 1001101

Color Harmonies of #C5BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCCD

Black with #C5BCCD

Text Example


Text Example

White with #C5BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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