#BFBBF8

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

Shades of Lavender Blue #BFBBF8

Tints of Lavender Blue #BFBBF8

Color information

#BFBBF8 (or 0xBFBBF8) is unknown color: approx Lavender Blue. HEX triplet: BF, BB and F8. RGB value is (191,187,248). Sum of RGB (Red+Green+Blue) = 191+187+248=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF8 is #404407. Grayscale: #C2C2C2. Windows color (decimal): -4211720 or 16300991. OLE color: 16300991.

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

Color convert

RGB191187248-
CMYK0.230.2500.03
HSL243.93º81.33%85.29%-
HSV(B)243.93º24.6%97.25%-
XYZ56.253.3996.15-
YUV195.15157.83125.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=30.51%
G=29.87%
B=39.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911872480.230.2500.03243.9381.3385.29
HexBFBBF8171903f45155
Octal277273370273103364121125
Binary10111111101110111111100010111110010111111010010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBF8; }

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

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

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

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

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

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

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

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