#BBBAFE

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

Shades of Lavender Blue #BBBAFE

Tints of Lavender Blue #BBBAFE

Color information

#BBBAFE (or 0xBBBAFE) is unknown color: approx Lavender Blue. HEX triplet: BB, BA and FE. RGB value is (187,186,254). Sum of RGB (Red+Green+Blue) = 187+186+254=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 186 (73.05% from 255 or 29.67% 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 #BBBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAFE is #444501. Grayscale: #C1C1C1. Windows color (decimal): -4474114 or 16693947. OLE color: 16693947.

HSL color Cylindrical-coordinate representation of color #BBBAFE: hue angle of 240.88º 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 #BBBAFE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187186254-
CMYK0.260.2700.00
HSL240.88º97.14%86.27%-
HSV(B)240.88º26.77%99.61%-
XYZ55.9452.84101.02-
YUV194.05161.83122.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=29.82%
G=29.67%
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
Decimal1871862540.260.2700.00240.8897.1486.27
HexBBBAFE1A1B00f16156
Octal273272376323300361141126
Binary1011101110111010111111101101011011001111000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAFE; }

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

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

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

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

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

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

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

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