#BCBAF0

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

Shades of Lavender Grey #BCBAF0

Tints of Lavender Grey #BCBAF0

Color information

#BCBAF0 (or 0xBCBAF0) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and F0. RGB value is (188,186,240). Sum of RGB (Red+Green+Blue) = 188+186+240=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF0 is #43450F. Grayscale: #C0C0C0. Windows color (decimal): -4408592 or 15776444. OLE color: 15776444.

HSL color Cylindrical-coordinate representation of color #BCBAF0: hue angle of 242.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBAF0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188186240-
CMYK0.220.2200.06
HSL242.22º64.29%83.53%-
HSV(B)242.22º22.5%94.12%-
XYZ54.0352.189.65-
YUV192.75154.66124.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=30.62%
G=30.29%
B=39.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881862400.220.2200.06242.2264.2983.53
HexBCBAF0161606f24054
Octal274272360262606362100124
Binary101111001011101011110000101101011001101111001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAF0; }

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

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

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

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

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

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

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

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