#BFB6FD

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

Shades of Lavender Blue #BFB6FD

Tints of Lavender Blue #BFB6FD

Color information

#BFB6FD (or 0xBFB6FD) is unknown color: approx Lavender Blue. HEX triplet: BF, B6 and FD. RGB value is (191,182,253). Sum of RGB (Red+Green+Blue) = 191+182+253=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FD is #404902. Grayscale: #C0C0C0. Windows color (decimal): -4212995 or 16627391. OLE color: 16627391.

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

Color convert

RGB191182253-
CMYK0.250.2800.01
HSL247.61º94.67%85.29%-
HSV(B)247.61º28.06%99.22%-
XYZ55.9451.6299.94-
YUV192.78161.98126.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=30.51%
G=29.07%
B=40.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911822530.250.2800.01247.6194.6785.29
HexBFB6FD191C01f85f55
Octal277266375313401370137125
Binary1011111110110110111111011100111100011111100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6FD; }

 p { color: rgb(191,182,253); }

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

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

 a { background-color: rgb(191,182,253); }

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

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

 span { border-color: rgb(191,182,253); }

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