#BCB5F9

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

Shades of Lavender Blue #BCB5F9

Tints of Lavender Blue #BCB5F9

Color information

#BCB5F9 (or 0xBCB5F9) is unknown color: approx Lavender Blue. HEX triplet: BC, B5 and F9. RGB value is (188,181,249). Sum of RGB (Red+Green+Blue) = 188+181+249=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5F9 is #434A06. Grayscale: #BEBEBE. Windows color (decimal): -4409863 or 16364988. OLE color: 16364988.

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

Color convert

RGB188181249-
CMYK0.240.2700.02
HSL246.18º85%84.31%-
HSV(B)246.18º27.31%97.65%-
XYZ54.3650.5896.52-
YUV190.84160.82125.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=30.42%
G=29.29%
B=40.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881812490.240.2700.02246.188584.31
HexBCB5F9181B02f65554
Octal274265371303302366125124
Binary10111100101101011111100111000110110101111011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5F9; }

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

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

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

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

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

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

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

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