#BFB5FE

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

Shades of Lavender Blue #BFB5FE

Tints of Lavender Blue #BFB5FE

Color information

#BFB5FE (or 0xBFB5FE) is unknown color: approx Lavender Blue. HEX triplet: BF, B5 and FE. RGB value is (191,181,254). Sum of RGB (Red+Green+Blue) = 191+181+254=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5FE is #404A01. Grayscale: #C0C0C0. Windows color (decimal): -4213250 or 16692671. OLE color: 16692671.

HSL color Cylindrical-coordinate representation of color #BFB5FE: hue angle of 248.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB5FE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191181254-
CMYK0.250.2900.00
HSL248.22º97.33%85.29%-
HSV(B)248.22º28.74%99.61%-
XYZ55.951.28100.72-
YUV192.31162.81127.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=30.51%
G=28.91%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911812540.250.2900.00248.2297.3385.29
HexBFB5FE191D00f86155
Octal277265376313500370141125
Binary1011111110110101111111101100111101001111100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5FE; }

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

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

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

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

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

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

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

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