#BFC0DC

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

Shades of Lavender Grey #BFC0DC

Tints of Lavender Grey #BFC0DC

Color information

#BFC0DC (or 0xBFC0DC) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and DC. RGB value is (191,192,220). Sum of RGB (Red+Green+Blue) = 191+192+220=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0DC is #403F23. Grayscale: #C2C2C2. Windows color (decimal): -4210468 or 14467263. OLE color: 14467263.

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

Color convert

RGB191192220-
CMYK0.130.1300.14
HSL237.93º29.29%80.59%-
HSV(B)237.93º13.18%86.27%-
XYZ53.2553.9475.32-
YUV194.89142.17125.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=31.67%
G=31.84%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911922200.130.1300.14237.9329.2980.59
HexBFC0DCDD0Eee1d51
Octal277300334151501635635121
Binary101111111100000011011100110111010111011101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0DC; }

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

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

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

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

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

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

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

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