#BCBAFB

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

Shades of Lavender Blue #BCBAFB

Tints of Lavender Blue #BCBAFB

Color information

#BCBAFB (or 0xBCBAFB) is unknown color: approx Lavender Blue. HEX triplet: BC, BA and FB. RGB value is (188,186,251). Sum of RGB (Red+Green+Blue) = 188+186+251=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFB is #434504. Grayscale: #C1C1C1. Windows color (decimal): -4408581 or 16497340. OLE color: 16497340.

HSL color Cylindrical-coordinate representation of color #BCBAFB: hue angle of 241.85º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBAFB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188186251-
CMYK0.250.2600.02
HSL241.85º89.04%85.69%-
HSV(B)241.85º25.9%98.43%-
XYZ55.7152.7798.52-
YUV194.01160.16123.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=30.08%
G=29.76%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881862510.250.2600.02241.8589.0485.69
HexBCBAFB191A02f25956
Octal274272373313202362131126
Binary10111100101110101111101111001110100101111001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAFB; }

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

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

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

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

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

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

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

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