#BFC0DD

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

Shades of Lavender Grey #BFC0DD

Tints of Lavender Grey #BFC0DD

Color information

#BFC0DD (or 0xBFC0DD) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and DD. RGB value is (191,192,221). Sum of RGB (Red+Green+Blue) = 191+192+221=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0DD is #403F22. Grayscale: #C2C2C2. Windows color (decimal): -4210467 or 14532799. OLE color: 14532799.

HSL color Cylindrical-coordinate representation of color #BFC0DD: hue angle of 238º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC0DD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191192221-
CMYK0.140.1300.13
HSL238º30.61%80.78%-
HSV(B)238º13.57%86.67%-
XYZ53.395476.02-
YUV195.01142.67125.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=31.62%
G=31.79%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911922210.140.1300.1323830.6180.78
HexBFC0DDED0Dee1f51
Octal277300335161501535637121
Binary101111111100000011011101111011010110111101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0DD; }

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

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

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

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

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

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

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

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