#BFB0C9

Color #BFB0C9 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BFB0C9

Tints of French Grey #BFB0C9

Color information

#BFB0C9 (or 0xBFB0C9) is unknown color: approx French Grey. HEX triplet: BF, B0 and C9. RGB value is (191,176,201). Sum of RGB (Red+Green+Blue) = 191+176+201=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0C9 is #404F36. Grayscale: #B7B7B7. Windows color (decimal): -4214583 or 13217983. OLE color: 13217983.

HSL color Cylindrical-coordinate representation of color #BFB0C9: hue angle of 276º degrees, saturation: 0.19, 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 #BFB0C9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191176201-
CMYK0.050.1200.21
HSL276º18.8%73.92%-
HSV(B)276º12.44%78.82%-
XYZ47.5546.3461.7-
YUV183.33137.97133.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=33.63%
G=30.99%
B=35.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911762010.050.1200.2127618.873.92
HexBFB0C95C015114134a
Octal27726031151402542423112
Binary1011111110110000110010011011100010101100010100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0C9; }

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

 H1.HeaderClassName
 {
   color: #BFB0C9;
 }
 .AnyTagClassName
 {
   color: #BFB0C9;
 }
</style>
background-color css

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

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

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

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

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

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