#BCB6FF

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

Shades of Lavender Blue #BCB6FF

Tints of Lavender Blue #BCB6FF

Color information

#BCB6FF (or 0xBCB6FF) is unknown color: approx Lavender Blue. HEX triplet: BC, B6 and FF. RGB value is (188,182,255). Sum of RGB (Red+Green+Blue) = 188+182+255=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6FF is #434900. Grayscale: #BFBFBF. Windows color (decimal): -4409601 or 16758460. OLE color: 16758460.

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

Color convert

RGB188182255-
CMYK0.260.2900
HSL244.93º100%85.69%-
HSV(B)244.93º28.63%100%-
XYZ55.5251.37101.6-
YUV192.12163.49125.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 255 (100% from 255) = 40.8%
R=30.08%
G=29.12%
B=40.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881822550.260.2900244.9310085.69
HexBCB6FF1A1D00f56456
Octal274266377323500365144126
Binary1011110010110110111111111101011101001111010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6FF; }

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

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

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

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

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

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

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

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