Html Css Color HEX #C6BCCF French Grey

📋 copy color: '#C6BCCF'

red 198 ◦ green 188 ◦ blue 207

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

Shades of French Grey #C6BCCF

Tints of French Grey #C6BCCF

RGB

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

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

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

R = 33.39%
G = 31.7%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6BCCF (or 0xC6BCCF) is known color: French Grey. HEX triplet: C6, BC and CF. RGB value is (198,188,207). Sum of RGB (Red+Green+Blue) = 198+188+207=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCF is #394330. Grayscale: #C1C1C1. Windows color (decimal): -3752753 or 13614278. OLE color: 13614278.

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

Color convert

RGB 198 188 207 -
CMYK 0.04 0.09 0 0.19
HSL 271.58º 0.17% 0.77% -
HSV(B) 271.58º 0.09% 0.81% -
XYZ 52.53 52.48 66.39 -
YUV 193.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 198 188 207 0.04 0.09 0 0.19 271.58 0.17 0.77
Hex C6 BC CF 4 9 0 13 110 11 4D
Octal 306 274 317 4 11 0 23 420 21 115
Binary 11000110 10111100 11001111 100 1001 0 10011 100010000 10001 1001101

Color Harmonies of #C6BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCCF

Black with #C6BCCF

Text Example


Text Example

White with #C6BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCCF; }

 p { color: rgb(198,188,207); }

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

background-color css

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

 a { background-color: rgb(198,188,207); }

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

border-color css

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

 span { border-color: rgb(198,188,207); }

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