#BCB9FE

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

Shades of Lavender Blue #BCB9FE

Tints of Lavender Blue #BCB9FE

Color information

#BCB9FE (or 0xBCB9FE) is unknown color: approx Lavender Blue. HEX triplet: BC, B9 and FE. RGB value is (188,185,254). Sum of RGB (Red+Green+Blue) = 188+185+254=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FE is #434601. Grayscale: #C1C1C1. Windows color (decimal): -4408834 or 16693692. OLE color: 16693692.

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

Color convert

RGB188185254-
CMYK0.260.2700.00
HSL242.61º97.18%86.08%-
HSV(B)242.61º27.17%99.61%-
XYZ55.9852.55100.96-
YUV193.76161.99123.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=29.98%
G=29.51%
B=40.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881852540.260.2700.00242.6197.1886.08
HexBCB9FE1A1B00f36156
Octal274271376323300363141126
Binary1011110010111001111111101101011011001111001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9FE; }

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

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

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

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

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

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

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

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