#BFB8F5

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

Shades of Lavender Blue #BFB8F5

Tints of Lavender Blue #BFB8F5

Color information

#BFB8F5 (or 0xBFB8F5) is unknown color: approx Lavender Blue. HEX triplet: BF, B8 and F5. RGB value is (191,184,245). Sum of RGB (Red+Green+Blue) = 191+184+245=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFB8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8F5 is #40470A. Grayscale: #C0C0C0. Windows color (decimal): -4212491 or 16103615. OLE color: 16103615.

HSL color Cylindrical-coordinate representation of color #BFB8F5: hue angle of 246.89º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB8F5 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191184245-
CMYK0.220.2500.04
HSL246.89º75.31%84.12%-
HSV(B)246.89º24.9%96.08%-
XYZ55.1151.9593.51-
YUV193.05157.32126.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 184 (72.27% from 255) = 29.68%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=30.81%
G=29.68%
B=39.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911842450.220.2500.04246.8975.3184.12
HexBFB8F5161904f74b54
Octal277270365263104367113124
Binary101111111011100011110101101101100101001111011110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8F5; }

 p { color: rgb(191,184,245); }

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

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

 a { background-color: rgb(191,184,245); }

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

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

 span { border-color: rgb(191,184,245); }

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