#BCB5FF

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

Shades of Lavender Blue #BCB5FF

Tints of Lavender Blue #BCB5FF

Color information

#BCB5FF (or 0xBCB5FF) is unknown color: approx Lavender Blue. HEX triplet: BC, B5 and FF. RGB value is (188,181,255). Sum of RGB (Red+Green+Blue) = 188+181+255=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5FF is #434A00. Grayscale: #BFBFBF. Windows color (decimal): -4409857 or 16758204. OLE color: 16758204.

HSL color Cylindrical-coordinate representation of color #BCB5FF: hue angle of 245.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB5FF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188181255-
CMYK0.260.2900
HSL245.68º100%85.49%-
HSV(B)245.68º29.02%100%-
XYZ55.3150.96101.53-
YUV191.53163.82125.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 255 (100% from 255) = 40.87%
R=30.13%
G=29.01%
B=40.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881812550.260.2900245.6810085.49
HexBCB5FF1A1D00f66455
Octal274265377323500366144125
Binary1011110010110101111111111101011101001111011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5FF; }

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

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

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

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

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

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

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

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