#BFC1CD

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

Shades of Lavender Grey #BFC1CD

Tints of Lavender Grey #BFC1CD

Color information

#BFC1CD (or 0xBFC1CD) is unknown color: approx Lavender Grey. HEX triplet: BF, C1 and CD. RGB value is (191,193,205). Sum of RGB (Red+Green+Blue) = 191+193+205=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CD is #403E32. Grayscale: #C1C1C1. Windows color (decimal): -4210227 or 13484479. OLE color: 13484479.

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

Color convert

RGB191193205-
CMYK0.070.0600.20
HSL231.43º12.28%77.65%-
HSV(B)231.43º6.83%80.39%-
XYZ51.5853.6265.39-
YUV193.77134.34126.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=32.43%
G=32.77%
B=34.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911932050.070.0600.20231.4312.2877.65
HexBFC1CD76014e7c4e
Octal2773013157602434714116
Binary1011111111000001110011011111100101001110011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1CD; }

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

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

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

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

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

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

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

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