#BCB7FE

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

Shades of Lavender Blue #BCB7FE

Tints of Lavender Blue #BCB7FE

Color information

#BCB7FE (or 0xBCB7FE) is unknown color: approx Lavender Blue. HEX triplet: BC, B7 and FE. RGB value is (188,183,254). Sum of RGB (Red+Green+Blue) = 188+183+254=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7FE is #434801. Grayscale: #C0C0C0. Windows color (decimal): -4409346 or 16693180. OLE color: 16693180.

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

Color convert

RGB188183254-
CMYK0.260.2800.00
HSL244.23º97.26%85.69%-
HSV(B)244.23º27.95%99.61%-
XYZ55.5651.71100.82-
YUV192.59162.66124.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=30.08%
G=29.28%
B=40.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881832540.260.2800.00244.2397.2685.69
HexBCB7FE1A1C00f46156
Octal274267376323400364141126
Binary1011110010110111111111101101011100001111010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7FE; }

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

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

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

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

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

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

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

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