#BBBDF8

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

Shades of Lavender Blue #BBBDF8

Tints of Lavender Blue #BBBDF8

Color information

#BBBDF8 (or 0xBBBDF8) is unknown color: approx Lavender Blue. HEX triplet: BB, BD and F8. RGB value is (187,189,248). Sum of RGB (Red+Green+Blue) = 187+189+248=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBBDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF8 is #444207. Grayscale: #C2C2C2. Windows color (decimal): -4473352 or 16301499. OLE color: 16301499.

HSL color Cylindrical-coordinate representation of color #BBBDF8: hue angle of 238.03º degrees, saturation: 0.81, 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 #BBBDF8 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187189248-
CMYK0.250.2400.03
HSL238.03º81.33%85.29%-
HSV(B)238.03º24.6%97.25%-
XYZ55.6353.7496.25-
YUV195.13157.84122.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=29.97%
G=30.29%
B=39.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871892480.250.2400.03238.0381.3385.29
HexBBBDF8191803ee5155
Octal273275370313003356121125
Binary10111011101111011111100011001110000111110111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDF8; }

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

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

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

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

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

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

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

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