#BFBFF8

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

Shades of Lavender Blue #BFBFF8

Tints of Lavender Blue #BFBFF8

Color information

#BFBFF8 (or 0xBFBFF8) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and F8. RGB value is (191,191,248). Sum of RGB (Red+Green+Blue) = 191+191+248=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFF8 is #404007. Grayscale: #C5C5C5. Windows color (decimal): -4210696 or 16302015. OLE color: 16302015.

HSL color Cylindrical-coordinate representation of color #BFBFF8: hue angle of 240º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBFF8 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191191248-
CMYK0.230.2300.03
HSL240º80.28%86.08%-
HSV(B)240º22.98%97.25%-
XYZ57.0655.1296.44-
YUV197.5156.5123.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 248 (97.27% from 255) = 39.37%
R=30.32%
G=30.32%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911912480.230.2300.0324080.2886.08
HexBFBFF8171703f05056
Octal277277370272703360120126
Binary10111111101111111111100010111101110111111000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFF8; }

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

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

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

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

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

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

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

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