#BCBDDF

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

Shades of Lavender Grey #BCBDDF

Tints of Lavender Grey #BCBDDF

Color information

#BCBDDF (or 0xBCBDDF) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and DF. RGB value is (188,189,223). Sum of RGB (Red+Green+Blue) = 188+189+223=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDF is #434220. Grayscale: #C0C0C0. Windows color (decimal): -4407841 or 14663100. OLE color: 14663100.

HSL color Cylindrical-coordinate representation of color #BCBDDF: hue angle of 238.29º 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 #BCBDDF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188189223-
CMYK0.160.1500.13
HSL238.29º35.35%80.59%-
HSV(B)238.29º15.7%87.45%-
XYZ52.2652.4177.17-
YUV192.58145.17124.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=31.33%
G=31.5%
B=37.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881892230.160.1500.13238.2935.3580.59
HexBCBDDF10F0Dee2351
Octal274275337201701535643121
Binary10111100101111011101111110000111101101111011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDDF; }

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

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

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

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

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

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

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

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