Html Css Color HEX #BFB8C3 French Grey

📋 copy color: '#BFB8C3'

red 191 ◦ green 184 ◦ blue 195

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

Shades of French Grey #BFB8C3

Tints of French Grey #BFB8C3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.28%

 BLUE value IS 195 (76.56% from 255) = 34.21%

R = 33.51%
G = 32.28%
B = 34.21%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BFB8C3 (or 0xBFB8C3) is known color: French Grey. HEX triplet: BF, B8 and C3. RGB value is (191,184,195). Sum of RGB (Red+Green+Blue) = 191+184+195=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFB8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8C3 is #40473C. Grayscale: #BBBBBB. Windows color (decimal): -4212541 or 12826815. OLE color: 12826815.

HSL color Cylindrical-coordinate representation of color #BFB8C3: hue angle of 278.18º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB8C3 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 184 195 -
CMYK 0.02 0.06 0 0.24
HSL 278.18º 0.08% 0.74% -
HSV(B) 278.18º 0.06% 0.76% -
XYZ 48.48 49.3 58.59 -
YUV 187.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 191 184 195 0.02 0.06 0 0.24 278.18 0.08 0.74
Hex BF B8 C3 2 6 0 18 116 8 4A
Octal 277 270 303 2 6 0 30 426 10 112
Binary 10111111 10111000 11000011 10 110 0 11000 100010110 1000 1001010

Color Harmonies of #BFB8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8C3

Black with #BFB8C3

Text Example


Text Example

White with #BFB8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8C3; }

 p { color: rgb(191,184,195); }

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

background-color css

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

 a { background-color: rgb(191,184,195); }

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

border-color css

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

 span { border-color: rgb(191,184,195); }

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