#BCB5F7

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

Shades of Lavender Blue #BCB5F7

Tints of Lavender Blue #BCB5F7

Color information

#BCB5F7 (or 0xBCB5F7) is unknown color: approx Lavender Blue. HEX triplet: BC, B5 and F7. RGB value is (188,181,247). Sum of RGB (Red+Green+Blue) = 188+181+247=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCB5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5F7 is #434A08. Grayscale: #BEBEBE. Windows color (decimal): -4409865 or 16233916. OLE color: 16233916.

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

Color convert

RGB188181247-
CMYK0.240.2700.03
HSL246.36º80.49%83.92%-
HSV(B)246.36º26.72%96.86%-
XYZ54.0550.4594.89-
YUV190.62159.82126.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 247 (96.88% from 255) = 40.10%
R=30.52%
G=29.38%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881812470.240.2700.03246.3680.4983.92
HexBCB5F7181B03f65054
Octal274265367303303366120124
Binary10111100101101011111011111000110110111111011010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5F7; }

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

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

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

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

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

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

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

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