#BCBDDA

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

Shades of Lavender Grey #BCBDDA

Tints of Lavender Grey #BCBDDA

Color information

#BCBDDA (or 0xBCBDDA) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and DA. RGB value is (188,189,218). Sum of RGB (Red+Green+Blue) = 188+189+218=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDA is #434225. Grayscale: #BFBFBF. Windows color (decimal): -4407846 or 14335420. OLE color: 14335420.

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

Color convert

RGB188189218-
CMYK0.140.1300.15
HSL238º28.85%79.61%-
HSV(B)238º13.76%85.49%-
XYZ51.5952.1573.68-
YUV192.01142.67125.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=31.60%
G=31.76%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881892180.140.1300.1523828.8579.61
HexBCBDDAED0Fee1d50
Octal274275332161501735635120
Binary101111001011110111011010111011010111111101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDDA; }

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

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

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

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

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

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

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

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