#BFC1CB

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

Shades of Lavender Grey #BFC1CB

Tints of Lavender Grey #BFC1CB

Color information

#BFC1CB (or 0xBFC1CB) is unknown color: approx Lavender Grey. HEX triplet: BF, C1 and CB. RGB value is (191,193,203). Sum of RGB (Red+Green+Blue) = 191+193+203=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CB is #403E34. Grayscale: #C1C1C1. Windows color (decimal): -4210229 or 13353407. OLE color: 13353407.

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

Color convert

RGB191193203-
CMYK0.060.0500.20
HSL230º10.34%77.25%-
HSV(B)230º5.91%79.61%-
XYZ51.3453.5364.13-
YUV193.54133.34126.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=32.54%
G=32.88%
B=34.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911932030.060.0500.2023010.3477.25
HexBFC1CB65014e6a4d
Octal2773013136502434612115
Binary1011111111000001110010111101010101001110011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1CB; }

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

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

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

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

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

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

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

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