Html Css Color HEX #C5BDCE French Grey

📋 copy color: '#C5BDCE'

red 197 ◦ green 189 ◦ blue 206

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

Shades of French Grey #C5BDCE

Tints of French Grey #C5BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.93%

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

R = 33.28%
G = 31.93%
B = 34.8%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5BDCE (or 0xC5BDCE) is known color: French Grey. HEX triplet: C5, BD and CE. RGB value is (197,189,206). Sum of RGB (Red+Green+Blue) = 197+189+206=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCE is #3A4231. Grayscale: #C1C1C1. Windows color (decimal): -3818034 or 13548997. OLE color: 13548997.

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

Color convert

RGB 197 189 206 -
CMYK 0.04 0.08 0 0.19
HSL 268.24º 0.15% 0.77% -
HSV(B) 268.24º 0.08% 0.81% -
XYZ 52.36 52.72 65.81 -
YUV 193.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 197 189 206 0.04 0.08 0 0.19 268.24 0.15 0.77
Hex C5 BD CE 4 8 0 13 10C F 4D
Octal 305 275 316 4 10 0 23 414 17 115
Binary 11000101 10111101 11001110 100 1000 0 10011 100001100 1111 1001101

Color Harmonies of #C5BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDCE

Black with #C5BDCE

Text Example


Text Example

White with #C5BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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