Html Css Color HEX #C6BDCD French Grey

📋 copy color: '#C6BDCD'

red 198 ◦ green 189 ◦ blue 205

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

Shades of French Grey #C6BDCD

Tints of French Grey #C6BDCD

RGB

 RED value IS 198 (77.73% from 255) = 33.45%

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

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

R = 33.45%
G = 31.93%
B = 34.63%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6BDCD (or 0xC6BDCD) is known color: French Grey. HEX triplet: C6, BD and CD. RGB value is (198,189,205). Sum of RGB (Red+Green+Blue) = 198+189+205=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 189 (74.22% from 255 or 31.93% 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 #C6BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCD is #394232. Grayscale: #C1C1C1. Windows color (decimal): -3752499 or 13483462. OLE color: 13483462.

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

Color convert

RGB 198 189 205 -
CMYK 0.03 0.08 0 0.20
HSL 273.75º 0.14% 0.77% -
HSV(B) 273.75º 0.08% 0.8% -
XYZ 52.51 52.81 65.18 -
YUV 193.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 198 189 205 0.03 0.08 0 0.20 273.75 0.14 0.77
Hex C6 BD CD 3 8 0 14 112 E 4D
Octal 306 275 315 3 10 0 24 422 16 115
Binary 11000110 10111101 11001101 11 1000 0 10100 100010010 1110 1001101

Color Harmonies of #C6BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDCD

Black with #C6BDCD

Text Example


Text Example

White with #C6BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDCD; }

 p { color: rgb(198,189,205); }

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

background-color css

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

 a { background-color: rgb(198,189,205); }

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

border-color css

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

 span { border-color: rgb(198,189,205); }

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