Html Css Color HEX #C5BCCB French Grey

📋 copy color: '#C5BCCB'

red 197 ◦ green 188 ◦ blue 203

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

Shades of French Grey #C5BCCB

Tints of French Grey #C5BCCB

RGB

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

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

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

R = 33.5%
G = 31.97%
B = 34.52%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5BCCB (or 0xC5BCCB) is known color: French Grey. HEX triplet: C5, BC and CB. RGB value is (197,188,203). Sum of RGB (Red+Green+Blue) = 197+188+203=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCB is #3A4334. Grayscale: #C0C0C0. Windows color (decimal): -3818293 or 13352133. OLE color: 13352133.

HSL color Cylindrical-coordinate representation of color #C5BCCB: hue angle of 276º 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 #C5BCCB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 188 203 -
CMYK 0.03 0.07 0 0.20
HSL 276º 0.13% 0.77% -
HSV(B) 276º 0.07% 0.8% -
XYZ 51.79 52.15 63.84 -
YUV 192.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 197 188 203 0.03 0.07 0 0.20 276 0.13 0.77
Hex C5 BC CB 3 7 0 14 114 D 4D
Octal 305 274 313 3 7 0 24 424 15 115
Binary 11000101 10111100 11001011 11 111 0 10100 100010100 1101 1001101

Color Harmonies of #C5BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCCB

Black with #C5BCCB

Text Example


Text Example

White with #C5BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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