#BFB5FF

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

Shades of Lavender Blue #BFB5FF

Tints of Lavender Blue #BFB5FF

Color information

#BFB5FF (or 0xBFB5FF) is unknown color: approx Lavender Blue. HEX triplet: BF, B5 and FF. RGB value is (191,181,255). Sum of RGB (Red+Green+Blue) = 191+181+255=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5FF is #404A00. Grayscale: #C0C0C0. Windows color (decimal): -4213249 or 16758207. OLE color: 16758207.

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

Color convert

RGB191181255-
CMYK0.250.2900
HSL248.11º100%85.49%-
HSV(B)248.11º29.02%100%-
XYZ56.0651.34101.56-
YUV192.43163.31126.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 255 (100% from 255) = 40.67%
R=30.46%
G=28.87%
B=40.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911812550.250.2900248.1110085.49
HexBFB5FF191D00f86455
Octal277265377313500370144125
Binary1011111110110101111111111100111101001111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5FF; }

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

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

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

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

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

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

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

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