#BFB6FC

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

Shades of Lavender Blue #BFB6FC

Tints of Lavender Blue #BFB6FC

Color information

#BFB6FC (or 0xBFB6FC) is unknown color: approx Lavender Blue. HEX triplet: BF, B6 and FC. RGB value is (191,182,252). Sum of RGB (Red+Green+Blue) = 191+182+252=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FC is #404903. Grayscale: #C0C0C0. Windows color (decimal): -4212996 or 16561855. OLE color: 16561855.

HSL color Cylindrical-coordinate representation of color #BFB6FC: hue angle of 247.71º degrees, saturation: 0.92, 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 #BFB6FC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191182252-
CMYK0.240.2800.01
HSL247.71º92.11%85.1%-
HSV(B)247.71º27.78%98.82%-
XYZ55.7851.5699.11-
YUV192.67161.48126.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=30.56%
G=29.12%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911822520.240.2800.01247.7192.1185.1
HexBFB6FC181C01f85c55
Octal277266374303401370134125
Binary1011111110110110111111001100011100011111100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6FC; }

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

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

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

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

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

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

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

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