Html Css Color HEX #BFB3C5 French Grey

📋 copy color: '#BFB3C5'

red 191 ◦ green 179 ◦ blue 197

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

Shades of French Grey #BFB3C5

Tints of French Grey #BFB3C5

RGB

 RED value IS 191 (75% from 255) = 33.69%

 GREEN value IS 179 (70.31% from 255) = 31.57%

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 33.69%
G = 31.57%
B = 34.74%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFB3C5 (or 0xBFB3C5) is known color: French Grey. HEX triplet: BF, B3 and C5. RGB value is (191,179,197). Sum of RGB (Red+Green+Blue) = 191+179+197=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C5 is #404C3A. Grayscale: #B8B8B8. Windows color (decimal): -4213819 or 12956607. OLE color: 12956607.

HSL color Cylindrical-coordinate representation of color #BFB3C5: hue angle of 280º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB3C5 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 179 197 -
CMYK 0.03 0.09 0 0.23
HSL 280º 0.13% 0.74% -
HSV(B) 280º 0.09% 0.77% -
XYZ 47.68 47.35 59.45 -
YUV 184.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 191 179 197 0.03 0.09 0 0.23 280 0.13 0.74
Hex BF B3 C5 3 9 0 17 118 D 4A
Octal 277 263 305 3 11 0 27 430 15 112
Binary 10111111 10110011 11000101 11 1001 0 10111 100011000 1101 1001010

Color Harmonies of #BFB3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB3C5

Black with #BFB3C5

Text Example


Text Example

White with #BFB3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB3C5; }

 p { color: rgb(191,179,197); }

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

background-color css

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

 a { background-color: rgb(191,179,197); }

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

border-color css

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

 span { border-color: rgb(191,179,197); }

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