Html Css Color HEX #C5BECD French Grey

📋 copy color: '#C5BECD'

red 197 ◦ green 190 ◦ blue 205

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

Shades of French Grey #C5BECD

Tints of French Grey #C5BECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

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

R = 33.28%
G = 32.09%
B = 34.63%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5BECD (or 0xC5BECD) is known color: French Grey. HEX triplet: C5, BE and CD. RGB value is (197,190,205). Sum of RGB (Red+Green+Blue) = 197+190+205=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECD is #3A4132. Grayscale: #C1C1C1. Windows color (decimal): -3817779 or 13483717. OLE color: 13483717.

HSL color Cylindrical-coordinate representation of color #C5BECD: hue angle of 268º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BECD is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 190 205 -
CMYK 0.04 0.07 0 0.20
HSL 268º 0.13% 0.77% -
HSV(B) 268º 0.07% 0.8% -
XYZ 52.46 53.11 65.24 -
YUV 193.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 197 190 205 0.04 0.07 0 0.20 268 0.13 0.77
Hex C5 BE CD 4 7 0 14 10C D 4D
Octal 305 276 315 4 7 0 24 414 15 115
Binary 11000101 10111110 11001101 100 111 0 10100 100001100 1101 1001101

Color Harmonies of #C5BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BECD

Black with #C5BECD

Text Example


Text Example

White with #C5BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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