#BCBAED

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

Shades of Lavender Grey #BCBAED

Tints of Lavender Grey #BCBAED

Color information

#BCBAED (or 0xBCBAED) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and ED. RGB value is (188,186,237). Sum of RGB (Red+Green+Blue) = 188+186+237=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAED is #434512. Grayscale: #C0C0C0. Windows color (decimal): -4408595 or 15579836. OLE color: 15579836.

HSL color Cylindrical-coordinate representation of color #BCBAED: hue angle of 242.35º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBAED is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188186237-
CMYK0.210.2200.07
HSL242.35º58.62%82.94%-
HSV(B)242.35º21.52%92.94%-
XYZ53.5851.9287.32-
YUV192.41153.16124.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=30.77%
G=30.44%
B=38.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881862370.210.2200.07242.3558.6282.94
HexBCBAED151607f23b53
Octal27427235525260736273123
Binary10111100101110101110110110101101100111111100101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAED; }

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

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

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

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

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

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

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

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