#BFB3CA

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

Shades of French Grey #BFB3CA

Tints of French Grey #BFB3CA

Color information

#BFB3CA (or 0xBFB3CA) is unknown color: approx French Grey. HEX triplet: BF, B3 and CA. RGB value is (191,179,202). Sum of RGB (Red+Green+Blue) = 191+179+202=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3CA is #404C35. Grayscale: #B9B9B9. Windows color (decimal): -4213814 or 13284287. OLE color: 13284287.

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

Color convert

RGB191179202-
CMYK0.050.1100.21
HSL271.3º17.83%74.71%-
HSV(B)271.3º11.39%79.22%-
XYZ48.2747.5862.52-
YUV185.21137.48132.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=33.39%
G=31.29%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911792020.050.1100.21271.317.8374.71
HexBFB3CA5B01510f124b
Octal27726331251302541722113
Binary1011111110110011110010101011011010101100001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3CA; }

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

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

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

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

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

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

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

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