#BCBAE6

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

Shades of Lavender Grey #BCBAE6

Tints of Lavender Grey #BCBAE6

Color information

#BCBAE6 (or 0xBCBAE6) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and E6. RGB value is (188,186,230). Sum of RGB (Red+Green+Blue) = 188+186+230=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAE6 is #434519. Grayscale: #BFBFBF. Windows color (decimal): -4408602 or 15121084. OLE color: 15121084.

HSL color Cylindrical-coordinate representation of color #BCBAE6: hue angle of 242.73º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBAE6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188186230-
CMYK0.180.1900.10
HSL242.73º46.81%81.57%-
HSV(B)242.73º19.13%90.2%-
XYZ52.5851.5282.04-
YUV191.61149.66125.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=31.13%
G=30.79%
B=38.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881862300.180.1900.10242.7346.8181.57
HexBCBAE612130Af32f52
Octal274272346222301236357122
Binary101111001011101011100110100101001101010111100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAE6; }

 p { color: rgb(188,186,230); }

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

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

 a { background-color: rgb(188,186,230); }

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

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

 span { border-color: rgb(188,186,230); }

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