#BFB4FF

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

Shades of Lavender Blue #BFB4FF

Tints of Lavender Blue #BFB4FF

Color information

#BFB4FF (or 0xBFB4FF) is unknown color: approx Lavender Blue. HEX triplet: BF, B4 and FF. RGB value is (191,180,255). Sum of RGB (Red+Green+Blue) = 191+180+255=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4FF is #404B00. Grayscale: #BFBFBF. Windows color (decimal): -4213505 or 16757951. OLE color: 16757951.

HSL color Cylindrical-coordinate representation of color #BFB4FF: hue angle of 248.8º 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 #BFB4FF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191180255-
CMYK0.250.2900
HSL248.8º100%85.29%-
HSV(B)248.8º29.41%100%-
XYZ55.8650.94101.5-
YUV191.84163.64127.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 255 (100% from 255) = 40.73%
R=30.51%
G=28.75%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911802550.250.2900248.810085.29
HexBFB4FF191D00f96455
Octal277264377313500371144125
Binary1011111110110100111111111100111101001111100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4FF; }

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

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

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

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

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

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

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

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