#BFB5FB

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

Shades of Lavender Blue #BFB5FB

Tints of Lavender Blue #BFB5FB

Color information

#BFB5FB (or 0xBFB5FB) is unknown color: approx Lavender Blue. HEX triplet: BF, B5 and FB. RGB value is (191,181,251). Sum of RGB (Red+Green+Blue) = 191+181+251=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5FB is #404A04. Grayscale: #BFBFBF. Windows color (decimal): -4213253 or 16496063. OLE color: 16496063.

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

Color convert

RGB191181251-
CMYK0.240.2800.02
HSL248.57º89.74%84.71%-
HSV(B)248.57º27.89%98.43%-
XYZ55.4251.0998.21-
YUV191.97161.31127.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=30.66%
G=29.05%
B=40.29%

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
Decimal1911812510.240.2800.02248.5789.7484.71
HexBFB5FB181C02f95a55
Octal277265373303402371132125
Binary10111111101101011111101111000111000101111100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5FB; }

 p { color: rgb(191,181,251); }

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

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

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

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

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

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

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