#BCBAF9

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

Shades of Lavender Blue #BCBAF9

Tints of Lavender Blue #BCBAF9

Color information

#BCBAF9 (or 0xBCBAF9) is unknown color: approx Lavender Blue. HEX triplet: BC, BA and F9. RGB value is (188,186,249). Sum of RGB (Red+Green+Blue) = 188+186+249=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF9 is #434506. Grayscale: #C1C1C1. Windows color (decimal): -4408583 or 16366268. OLE color: 16366268.

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

Color convert

RGB188186249-
CMYK0.240.2500.02
HSL241.9º84%85.29%-
HSV(B)241.9º25.3%97.65%-
XYZ55.452.6596.87-
YUV193.78159.16123.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=30.18%
G=29.86%
B=39.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881862490.240.2500.02241.98485.29
HexBCBAF9181902f25455
Octal274272371303102362124125
Binary10111100101110101111100111000110010101111001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAF9; }

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

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

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

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

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

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

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

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