Html Css Color HEX #BFB1C9 French Grey

📋 copy color: '#BFB1C9'

red 191 ◦ green 177 ◦ blue 201

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

Shades of French Grey #BFB1C9

Tints of French Grey #BFB1C9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 33.57%
G = 31.11%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFB1C9 (or 0xBFB1C9) is known color: French Grey. HEX triplet: BF, B1 and C9. RGB value is (191,177,201). Sum of RGB (Red+Green+Blue) = 191+177+201=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C9 is #404E36. Grayscale: #B7B7B7. Windows color (decimal): -4214327 or 13218239. OLE color: 13218239.

HSL color Cylindrical-coordinate representation of color #BFB1C9: hue angle of 275º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB1C9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 177 201 -
CMYK 0.05 0.12 0 0.21
HSL 275º 0.18% 0.74% -
HSV(B) 275º 0.12% 0.79% -
XYZ 47.75 46.74 61.76 -
YUV 183.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 191 177 201 0.05 0.12 0 0.21 275 0.18 0.74
Hex BF B1 C9 5 C 0 15 113 12 4A
Octal 277 261 311 5 14 0 25 423 22 112
Binary 10111111 10110001 11001001 101 1100 0 10101 100010011 10010 1001010

Color Harmonies of #BFB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB1C9

Black with #BFB1C9

Text Example


Text Example

White with #BFB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB1C9; }

 p { color: rgb(191,177,201); }

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

background-color css

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

 a { background-color: rgb(191,177,201); }

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

border-color css

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

 span { border-color: rgb(191,177,201); }

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