#BBBAF7

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

Shades of Lavender Blue #BBBAF7

Tints of Lavender Blue #BBBAF7

Color information

#BBBAF7 (or 0xBBBAF7) is unknown color: approx Lavender Blue. HEX triplet: BB, BA and F7. RGB value is (187,186,247). Sum of RGB (Red+Green+Blue) = 187+186+247=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAF7 is #444508. Grayscale: #C1C1C1. Windows color (decimal): -4474121 or 16235195. OLE color: 16235195.

HSL color Cylindrical-coordinate representation of color #BBBAF7: hue angle of 240.98º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBAF7 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187186247-
CMYK0.240.2500.03
HSL240.98º79.22%84.9%-
HSV(B)240.98º24.7%96.86%-
XYZ54.8452.495.22-
YUV193.25158.33123.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=30.16%
G=30%
B=39.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871862470.240.2500.03240.9879.2284.9
HexBBBAF7181903f14f55
Octal273272367303103361117125
Binary10111011101110101111011111000110010111111000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAF7; }

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

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

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

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

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

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

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

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