#BCBAF7

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

Shades of Lavender Blue #BCBAF7

Tints of Lavender Blue #BCBAF7

Color information

#BCBAF7 (or 0xBCBAF7) is unknown color: approx Lavender Blue. HEX triplet: BC, BA and F7. RGB value is (188,186,247). Sum of RGB (Red+Green+Blue) = 188+186+247=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF7 is #434508. Grayscale: #C1C1C1. Windows color (decimal): -4408585 or 16235196. OLE color: 16235196.

HSL color Cylindrical-coordinate representation of color #BCBAF7: hue angle of 241.97º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBAF7 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188186247-
CMYK0.240.2500.03
HSL241.97º79.22%84.9%-
HSV(B)241.97º24.7%96.86%-
XYZ55.0952.5295.23-
YUV193.55158.16124.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 247 (96.88% from 255) = 39.77%
R=30.27%
G=29.95%
B=39.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881862470.240.2500.03241.9779.2284.9
HexBCBAF7181903f24f55
Octal274272367303103362117125
Binary10111100101110101111011111000110010111111001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAF7; }

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

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

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

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

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

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

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

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