Html Css Color HEX #BFB3C8 French Grey

📋 copy color: '#BFB3C8'

red 191 ◦ green 179 ◦ blue 200

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

Shades of French Grey #BFB3C8

Tints of French Grey #BFB3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 33.51%
G = 31.4%
B = 35.09%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFB3C8 (or 0xBFB3C8) is known color: French Grey. HEX triplet: BF, B3 and C8. RGB value is (191,179,200). Sum of RGB (Red+Green+Blue) = 191+179+200=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C8 is #404C37. Grayscale: #B8B8B8. Windows color (decimal): -4213816 or 13153215. OLE color: 13153215.

HSL color Cylindrical-coordinate representation of color #BFB3C8: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB3C8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 179 200 -
CMYK 0.04 0.10 0 0.22
HSL 274.29º 0.16% 0.74% -
HSV(B) 274.29º 0.11% 0.78% -
XYZ 48.03 47.49 61.28 -
YUV 184.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 191 179 200 0.04 0.10 0 0.22 274.29 0.16 0.74
Hex BF B3 C8 4 A 0 16 112 10 4A
Octal 277 263 310 4 12 0 26 422 20 112
Binary 10111111 10110011 11001000 100 1010 0 10110 100010010 10000 1001010

Color Harmonies of #BFB3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB3C8

Black with #BFB3C8

Text Example


Text Example

White with #BFB3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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