#BBB4F8

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

Shades of Lavender Blue #BBB4F8

Tints of Lavender Blue #BBB4F8

Color information

#BBB4F8 (or 0xBBB4F8) is unknown color: approx Lavender Blue. HEX triplet: BB, B4 and F8. RGB value is (187,180,248). Sum of RGB (Red+Green+Blue) = 187+180+248=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBB4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4F8 is #444B07. Grayscale: #BDBDBD. Windows color (decimal): -4475656 or 16299195. OLE color: 16299195.

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

Color convert

RGB187180248-
CMYK0.250.2700.03
HSL246.18º82.93%83.92%-
HSV(B)246.18º27.42%97.25%-
XYZ53.7649.9895.62-
YUV189.84160.82125.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 180 (70.70% from 255) = 29.27%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=30.41%
G=29.27%
B=40.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871802480.250.2700.03246.1882.9383.92
HexBBB4F8191B03f65354
Octal273264370313303366123124
Binary10111011101101001111100011001110110111111011010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4F8; }

 p { color: rgb(187,180,248); }

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

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

 a { background-color: rgb(187,180,248); }

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

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

 span { border-color: rgb(187,180,248); }

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