Html Css Color HEX #C5BCCE French Grey

📋 copy color: '#C5BCCE'

red 197 ◦ green 188 ◦ blue 206

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

Shades of French Grey #C5BCCE

Tints of French Grey #C5BCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 33.33%
G = 31.81%
B = 34.86%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5BCCE (or 0xC5BCCE) is known color: French Grey. HEX triplet: C5, BC and CE. RGB value is (197,188,206). Sum of RGB (Red+Green+Blue) = 197+188+206=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCE is #3A4331. Grayscale: #C0C0C0. Windows color (decimal): -3818290 or 13548741. OLE color: 13548741.

HSL color Cylindrical-coordinate representation of color #C5BCCE: hue angle of 270º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5BCCE is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 188 206 -
CMYK 0.04 0.09 0 0.19
HSL 270º 0.16% 0.77% -
HSV(B) 270º 0.09% 0.81% -
XYZ 52.15 52.29 65.74 -
YUV 192.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 197 188 206 0.04 0.09 0 0.19 270 0.16 0.77
Hex C5 BC CE 4 9 0 13 10E 10 4D
Octal 305 274 316 4 11 0 23 416 20 115
Binary 11000101 10111100 11001110 100 1001 0 10011 100001110 10000 1001101

Color Harmonies of #C5BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCCE

Black with #C5BCCE

Text Example


Text Example

White with #C5BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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