Html Css Color HEX #C7BECF French Grey

📋 copy color: '#C7BECF'

red 199 ◦ green 190 ◦ blue 207

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

Shades of French Grey #C7BECF

Tints of French Grey #C7BECF

RGB

 RED value IS 199 (78.13% from 255) = 33.39%

 GREEN value IS 190 (74.61% from 255) = 31.88%

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

R = 33.39%
G = 31.88%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7BECF (or 0xC7BECF) is known color: French Grey. HEX triplet: C7, BE and CF. RGB value is (199,190,207). Sum of RGB (Red+Green+Blue) = 199+190+207=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECF is #384130. Grayscale: #C2C2C2. Windows color (decimal): -3686705 or 13614791. OLE color: 13614791.

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

Color convert

RGB 199 190 207 -
CMYK 0.04 0.08 0 0.19
HSL 271.76º 0.15% 0.78% -
HSV(B) 271.76º 0.08% 0.81% -
XYZ 53.23 53.47 66.55 -
YUV 194.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 199 190 207 0.04 0.08 0 0.19 271.76 0.15 0.78
Hex C7 BE CF 4 8 0 13 110 F 4E
Octal 307 276 317 4 10 0 23 420 17 116
Binary 11000111 10111110 11001111 100 1000 0 10011 100010000 1111 1001110

Color Harmonies of #C7BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BECF

Black with #C7BECF

Text Example


Text Example

White with #C7BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BECF; }

 p { color: rgb(199,190,207); }

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

background-color css

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

 a { background-color: rgb(199,190,207); }

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

border-color css

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

 span { border-color: rgb(199,190,207); }

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