#BCB9FC

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

Shades of Lavender Blue #BCB9FC

Tints of Lavender Blue #BCB9FC

Color information

#BCB9FC (or 0xBCB9FC) is unknown color: approx Lavender Blue. HEX triplet: BC, B9 and FC. RGB value is (188,185,252). Sum of RGB (Red+Green+Blue) = 188+185+252=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FC is #434603. Grayscale: #C1C1C1. Windows color (decimal): -4408836 or 16562620. OLE color: 16562620.

HSL color Cylindrical-coordinate representation of color #BCB9FC: hue angle of 242.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB9FC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188185252-
CMYK0.250.2700.01
HSL242.69º91.78%85.69%-
HSV(B)242.69º26.59%98.82%-
XYZ55.6652.4299.28-
YUV193.54160.99124.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=30.08%
G=29.6%
B=40.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881852520.250.2700.01242.6991.7885.69
HexBCB9FC191B01f35c56
Octal274271374313301363134126
Binary1011110010111001111111001100111011011111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9FC; }

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

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

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

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

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

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

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

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