#BFB6F8

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

Shades of Lavender Blue #BFB6F8

Tints of Lavender Blue #BFB6F8

Color information

#BFB6F8 (or 0xBFB6F8) is unknown color: approx Lavender Blue. HEX triplet: BF, B6 and F8. RGB value is (191,182,248). Sum of RGB (Red+Green+Blue) = 191+182+248=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFB6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6F8 is #404907. Grayscale: #BFBFBF. Windows color (decimal): -4213000 or 16299711. OLE color: 16299711.

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

Color convert

RGB191182248-
CMYK0.230.2700.03
HSL248.18º82.5%84.31%-
HSV(B)248.18º26.61%97.25%-
XYZ55.1651.3195.8-
YUV192.21159.48127.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=30.76%
G=29.31%
B=39.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911822480.230.2700.03248.1882.584.31
HexBFB6F8171B03f85254
Octal277266370273303370122124
Binary10111111101101101111100010111110110111111100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6F8; }

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

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

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

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

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

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

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

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