#BFB5CB

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

Shades of French Grey #BFB5CB

Tints of French Grey #BFB5CB

Color information

#BFB5CB (or 0xBFB5CB) is unknown color: approx French Grey. HEX triplet: BF, B5 and CB. RGB value is (191,181,203). Sum of RGB (Red+Green+Blue) = 191+181+203=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5CB is #404A34. Grayscale: #BABABA. Windows color (decimal): -4213301 or 13350335. OLE color: 13350335.

HSL color Cylindrical-coordinate representation of color #BFB5CB: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB5CB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191181203-
CMYK0.060.1100.20
HSL267.27º17.46%75.29%-
HSV(B)267.27º10.84%79.61%-
XYZ48.7948.4463.28-
YUV186.5137.31131.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 181 (71.09% from 255) = 31.48%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=33.22%
G=31.48%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911812030.060.1100.20267.2717.4675.29
HexBFB5CB6B01410b114b
Octal27726531361302441321113
Binary1011111110110101110010111101011010100100001011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5CB; }

 p { color: rgb(191,181,203); }

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

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

 a { background-color: rgb(191,181,203); }

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

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

 span { border-color: rgb(191,181,203); }

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