#BCBAFD

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

Shades of Lavender Blue #BCBAFD

Tints of Lavender Blue #BCBAFD

Color information

#BCBAFD (or 0xBCBAFD) is unknown color: approx Lavender Blue. HEX triplet: BC, BA and FD. RGB value is (188,186,253). Sum of RGB (Red+Green+Blue) = 188+186+253=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFD is #434502. Grayscale: #C1C1C1. Windows color (decimal): -4408579 or 16628412. OLE color: 16628412.

HSL color Cylindrical-coordinate representation of color #BCBAFD: hue angle of 241.79º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBAFD is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188186253-
CMYK0.260.2600.01
HSL241.79º94.37%86.08%-
HSV(B)241.79º26.48%99.22%-
XYZ56.0352.9100.19-
YUV194.24161.16123.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=29.98%
G=29.67%
B=40.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881862530.260.2600.01241.7994.3786.08
HexBCBAFD1A1A01f25e56
Octal274272375323201362136126
Binary1011110010111010111111011101011010011111001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAFD; }

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

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

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

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

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

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

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

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