#BCB4FD

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

Shades of Lavender Blue #BCB4FD

Tints of Lavender Blue #BCB4FD

Color information

#BCB4FD (or 0xBCB4FD) is unknown color: approx Lavender Blue. HEX triplet: BC, B4 and FD. RGB value is (188,180,253). Sum of RGB (Red+Green+Blue) = 188+180+253=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4FD is #434B02. Grayscale: #BEBEBE. Windows color (decimal): -4410115 or 16626876. OLE color: 16626876.

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

Color convert

RGB188180253-
CMYK0.260.2900.01
HSL246.58º94.81%84.9%-
HSV(B)246.58º28.85%99.22%-
XYZ54.7950.4399.77-
YUV190.71163.15126.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=30.27%
G=28.99%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881802530.260.2900.01246.5894.8184.9
HexBCB4FD1A1D01f75f55
Octal274264375323501367137125
Binary1011110010110100111111011101011101011111011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4FD; }

 p { color: rgb(188,180,253); }

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

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

 a { background-color: rgb(188,180,253); }

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

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

 span { border-color: rgb(188,180,253); }

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