#BFB8FA

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

Shades of Lavender Blue #BFB8FA

Tints of Lavender Blue #BFB8FA

Color information

#BFB8FA (or 0xBFB8FA) is unknown color: approx Lavender Blue. HEX triplet: BF, B8 and FA. RGB value is (191,184,250). Sum of RGB (Red+Green+Blue) = 191+184+250=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8FA is #404705. Grayscale: #C1C1C1. Windows color (decimal): -4212486 or 16431295. OLE color: 16431295.

HSL color Cylindrical-coordinate representation of color #BFB8FA: hue angle of 246.36º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB8FA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191184250-
CMYK0.240.2600.02
HSL246.36º86.84%85.1%-
HSV(B)246.36º26.4%98.04%-
XYZ55.8852.2697.58-
YUV193.62159.82126.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 184 (72.27% from 255) = 29.44%
BLUE value IS 250 (98.05% from 255) = 40%
R=30.56%
G=29.44%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911842500.240.2600.02246.3686.8485.1
HexBFB8FA181A02f65755
Octal277270372303202366127125
Binary10111111101110001111101011000110100101111011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8FA; }

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

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

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

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

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

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

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

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