Html Css Color HEX #C5BBCF French Grey

📋 copy color: '#C5BBCF'

red 197 ◦ green 187 ◦ blue 207

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

Shades of French Grey #C5BBCF

Tints of French Grey #C5BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.64%

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 33.33%
G = 31.64%
B = 35.03%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5BBCF (or 0xC5BBCF) is known color: French Grey. HEX triplet: C5, BB and CF. RGB value is (197,187,207). Sum of RGB (Red+Green+Blue) = 197+187+207=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCF is #3A4430. Grayscale: #C0C0C0. Windows color (decimal): -3818545 or 13614021. OLE color: 13614021.

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

Color convert

RGB 197 187 207 -
CMYK 0.05 0.10 0 0.19
HSL 270º 0.17% 0.77% -
HSV(B) 270º 0.1% 0.81% -
XYZ 52.06 51.92 66.31 -
YUV 192.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 197 187 207 0.05 0.10 0 0.19 270 0.17 0.77
Hex C5 BB CF 5 A 0 13 10E 11 4D
Octal 305 273 317 5 12 0 23 416 21 115
Binary 11000101 10111011 11001111 101 1010 0 10011 100001110 10001 1001101

Color Harmonies of #C5BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBCF

Black with #C5BBCF

Text Example


Text Example

White with #C5BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBCF; }

 p { color: rgb(197,187,207); }

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

background-color css

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

 a { background-color: rgb(197,187,207); }

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

border-color css

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

 span { border-color: rgb(197,187,207); }

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