#BCBFDF

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

Shades of Lavender Grey #BCBFDF

Tints of Lavender Grey #BCBFDF

Color information

#BCBFDF (or 0xBCBFDF) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and DF. RGB value is (188,191,223). Sum of RGB (Red+Green+Blue) = 188+191+223=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDF is #434020. Grayscale: #C1C1C1. Windows color (decimal): -4407329 or 14663612. OLE color: 14663612.

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

Color convert

RGB188191223-
CMYK0.160.1400.13
HSL234.86º35.35%80.59%-
HSV(B)234.86º15.7%87.45%-
XYZ52.6953.2877.32-
YUV193.75144.51123.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=31.23%
G=31.73%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881912230.160.1400.13234.8635.3580.59
HexBCBFDF10E0Deb2351
Octal274277337201601535343121
Binary10111100101111111101111110000111001101111010111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFDF; }

 p { color: rgb(188,191,223); }

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

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

 a { background-color: rgb(188,191,223); }

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

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

 span { border-color: rgb(188,191,223); }

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