#BCB1FC

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

Shades of Lavender Blue #BCB1FC

Tints of Lavender Blue #BCB1FC

Color information

#BCB1FC (or 0xBCB1FC) is unknown color: approx Lavender Blue. HEX triplet: BC, B1 and FC. RGB value is (188,177,252). Sum of RGB (Red+Green+Blue) = 188+177+252=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1FC is #434E03. Grayscale: #BCBCBC. Windows color (decimal): -4410884 or 16560572. OLE color: 16560572.

HSL color Cylindrical-coordinate representation of color #BCB1FC: hue angle of 248.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB1FC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188177252-
CMYK0.250.3000.01
HSL248.8º92.59%84.12%-
HSV(B)248.8º29.76%98.82%-
XYZ54.0349.1698.74-
YUV188.84163.64127.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=30.47%
G=28.69%
B=40.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881772520.250.3000.01248.892.5984.12
HexBCB1FC191E01f95d54
Octal274261374313601371135124
Binary1011110010110001111111001100111110011111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1FC; }

 p { color: rgb(188,177,252); }

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

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

 a { background-color: rgb(188,177,252); }

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

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

 span { border-color: rgb(188,177,252); }

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