Html Css Color HEX #BFB4C9 French Grey

📋 copy color: '#BFB4C9'

red 191 ◦ green 180 ◦ blue 201

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

Shades of French Grey #BFB4C9

Tints of French Grey #BFB4C9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

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

R = 33.39%
G = 31.47%
B = 35.14%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFB4C9 (or 0xBFB4C9) is known color: French Grey. HEX triplet: BF, B4 and C9. RGB value is (191,180,201). Sum of RGB (Red+Green+Blue) = 191+180+201=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4C9 is #404B36. Grayscale: #B9B9B9. Windows color (decimal): -4213559 or 13219007. OLE color: 13219007.

HSL color Cylindrical-coordinate representation of color #BFB4C9: hue angle of 271.43º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB4C9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 180 201 -
CMYK 0.05 0.10 0 0.21
HSL 271.43º 0.16% 0.75% -
HSV(B) 271.43º 0.1% 0.79% -
XYZ 48.35 47.94 61.96 -
YUV 185.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 191 180 201 0.05 0.10 0 0.21 271.43 0.16 0.75
Hex BF B4 C9 5 A 0 15 10F 10 4B
Octal 277 264 311 5 12 0 25 417 20 113
Binary 10111111 10110100 11001001 101 1010 0 10101 100001111 10000 1001011

Color Harmonies of #BFB4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4C9

Black with #BFB4C9

Text Example


Text Example

White with #BFB4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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