#BFC0D1

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

Shades of Lavender Grey #BFC0D1

Tints of Lavender Grey #BFC0D1

Color information

#BFC0D1 (or 0xBFC0D1) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and D1. RGB value is (191,192,209). Sum of RGB (Red+Green+Blue) = 191+192+209=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D1 is #403F2E. Grayscale: #C1C1C1. Windows color (decimal): -4210479 or 13746367. OLE color: 13746367.

HSL color Cylindrical-coordinate representation of color #BFC0D1: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC0D1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191192209-
CMYK0.090.0800.18
HSL236.67º16.36%78.43%-
HSV(B)236.67º8.61%81.96%-
XYZ51.8453.3867.89-
YUV193.64136.67126.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=32.26%
G=32.43%
B=35.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911922090.090.0800.18236.6716.3678.43
HexBFC0D198012ed104e
Octal277300321111002235520116
Binary1011111111000000110100011001100001001011101101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0D1; }

 p { color: rgb(191,192,209); }

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

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

 a { background-color: rgb(191,192,209); }

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

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

 span { border-color: rgb(191,192,209); }

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