Html Css Color HEX #C5BFCB French Grey

📋 copy color: '#C5BFCB'

red 197 ◦ green 191 ◦ blue 203

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

Shades of French Grey #C5BFCB

Tints of French Grey #C5BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 32.32%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 33.33%
G = 32.32%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5BFCB (or 0xC5BFCB) is known color: French Grey. HEX triplet: C5, BF and CB. RGB value is (197,191,203). Sum of RGB (Red+Green+Blue) = 197+191+203=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFCB is #3A4034. Grayscale: #C2C2C2. Windows color (decimal): -3817525 or 13352901. OLE color: 13352901.

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

Color convert

RGB 197 191 203 -
CMYK 0.03 0.06 0 0.20
HSL 270º 0.1% 0.77% -
HSV(B) 270º 0.06% 0.8% -
XYZ 52.44 53.44 64.05 -
YUV 194.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 197 191 203 0.03 0.06 0 0.20 270 0.1 0.77
Hex C5 BF CB 3 6 0 14 10E A 4D
Octal 305 277 313 3 6 0 24 416 12 115
Binary 11000101 10111111 11001011 11 110 0 10100 100001110 1010 1001101

Color Harmonies of #C5BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFCB

Black with #C5BFCB

Text Example


Text Example

White with #C5BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFCB; }

 p { color: rgb(197,191,203); }

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

background-color css

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

 a { background-color: rgb(197,191,203); }

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

border-color css

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

 span { border-color: rgb(197,191,203); }

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