Html Css Color HEX #C5BECE French Grey

📋 copy color: '#C5BECE'

red 197 ◦ green 190 ◦ blue 206

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

Shades of French Grey #C5BECE

Tints of French Grey #C5BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 33.22%
G = 32.04%
B = 34.74%

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

#C5BECE (or 0xC5BECE) is known color: French Grey. HEX triplet: C5, BE and CE. RGB value is (197,190,206). Sum of RGB (Red+Green+Blue) = 197+190+206=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECE is #3A4131. Grayscale: #C1C1C1. Windows color (decimal): -3817778 or 13549253. OLE color: 13549253.

HSL color Cylindrical-coordinate representation of color #C5BECE: hue angle of 266.25º degrees, saturation: 0.14, 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 #C5BECE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 190 206 -
CMYK 0.04 0.08 0 0.19
HSL 266.25º 0.14% 0.78% -
HSV(B) 266.25º 0.08% 0.81% -
XYZ 52.58 53.15 65.88 -
YUV 193.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 197 190 206 0.04 0.08 0 0.19 266.25 0.14 0.78
Hex C5 BE CE 4 8 0 13 10A E 4E
Octal 305 276 316 4 10 0 23 412 16 116
Binary 11000101 10111110 11001110 100 1000 0 10011 100001010 1110 1001110

Color Harmonies of #C5BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BECE

Black with #C5BECE

Text Example


Text Example

White with #C5BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BECE; }

 p { color: rgb(197,190,206); }

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

background-color css

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

 a { background-color: rgb(197,190,206); }

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

border-color css

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

 span { border-color: rgb(197,190,206); }

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