#BFB0FF

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

Shades of Lavender Blue #BFB0FF

Tints of Lavender Blue #BFB0FF

Color information

#BFB0FF (or 0xBFB0FF) is unknown color: approx Lavender Blue. HEX triplet: BF, B0 and FF. RGB value is (191,176,255). Sum of RGB (Red+Green+Blue) = 191+176+255=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0FF is #404F00. Grayscale: #BDBDBD. Windows color (decimal): -4214529 or 16756927. OLE color: 16756927.

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

Color convert

RGB191176255-
CMYK0.250.3100
HSL251.39º100%84.51%-
HSV(B)251.39º30.98%100%-
XYZ55.0649.35101.23-
YUV189.49164.97129.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 255 (100% from 255) = 41.00%
R=30.71%
G=28.30%
B=41.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911762550.250.3100251.3910084.51
HexBFB0FF191F00fb6455
Octal277260377313700373144125
Binary1011111110110000111111111100111111001111101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0FF; }

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

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

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

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

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

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

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

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