#BFBFF9

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

Shades of Lavender Blue #BFBFF9

Tints of Lavender Blue #BFBFF9

Color information

#BFBFF9 (or 0xBFBFF9) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and F9. RGB value is (191,191,249). Sum of RGB (Red+Green+Blue) = 191+191+249=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFF9 is #404006. Grayscale: #C5C5C5. Windows color (decimal): -4210695 or 16367551. OLE color: 16367551.

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

Color convert

RGB191191249-
CMYK0.230.2300.02
HSL240º82.86%86.27%-
HSV(B)240º23.29%97.65%-
XYZ57.2255.1897.26-
YUV197.61157123.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=30.27%
G=30.27%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911912490.230.2300.0224082.8686.27
HexBFBFF9171702f05356
Octal277277371272702360123126
Binary10111111101111111111100110111101110101111000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFF9; }

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

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

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

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

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

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

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

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