#BCBBFE

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

Shades of Lavender Blue #BCBBFE

Tints of Lavender Blue #BCBBFE

Color information

#BCBBFE (or 0xBCBBFE) is unknown color: approx Lavender Blue. HEX triplet: BC, BB and FE. RGB value is (188,187,254). Sum of RGB (Red+Green+Blue) = 188+187+254=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBFE is #434401. Grayscale: #C2C2C2. Windows color (decimal): -4408322 or 16694204. OLE color: 16694204.

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

Color convert

RGB188187254-
CMYK0.260.2600.00
HSL240.9º97.1%86.47%-
HSV(B)240.9º26.38%99.61%-
XYZ56.453.39101.1-
YUV194.94161.33123.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=29.89%
G=29.73%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881872540.260.2600.00240.997.186.47
HexBCBBFE1A1A00f16156
Octal274273376323200361141126
Binary1011110010111011111111101101011010001111000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBFE; }

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

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

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

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

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

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

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

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