#BFB4FA

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

Shades of Lavender Blue #BFB4FA

Tints of Lavender Blue #BFB4FA

Color information

#BFB4FA (or 0xBFB4FA) is unknown color: approx Lavender Blue. HEX triplet: BF, B4 and FA. RGB value is (191,180,250). Sum of RGB (Red+Green+Blue) = 191+180+250=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4FA is #404B05. Grayscale: #BFBFBF. Windows color (decimal): -4213510 or 16430271. OLE color: 16430271.

HSL color Cylindrical-coordinate representation of color #BFB4FA: hue angle of 249.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB4FA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191180250-
CMYK0.240.2800.02
HSL249.43º87.5%84.31%-
HSV(B)249.43º28%98.04%-
XYZ55.0650.6297.31-
YUV191.27161.14127.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=30.76%
G=28.99%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911802500.240.2800.02249.4387.584.31
HexBFB4FA181C02f95854
Octal277264372303402371130124
Binary10111111101101001111101011000111000101111100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4FA; }

 p { color: rgb(191,180,250); }

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

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

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

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

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

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

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