#BCB7FF

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

Shades of Lavender Blue #BCB7FF

Tints of Lavender Blue #BCB7FF

Color information

#BCB7FF (or 0xBCB7FF) is unknown color: approx Lavender Blue. HEX triplet: BC, B7 and FF. RGB value is (188,183,255). Sum of RGB (Red+Green+Blue) = 188+183+255=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7FF is #434800. Grayscale: #C0C0C0. Windows color (decimal): -4409345 or 16758716. OLE color: 16758716.

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

Color convert

RGB188183255-
CMYK0.260.2800
HSL244.17º100%85.88%-
HSV(B)244.17º28.24%100%-
XYZ55.7251.78101.67-
YUV192.7163.16124.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 40.73%
R=30.03%
G=29.23%
B=40.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881832550.260.2800244.1710085.88
HexBCB7FF1A1C00f46456
Octal274267377323400364144126
Binary1011110010110111111111111101011100001111010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7FF; }

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

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

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

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

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

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

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

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