#BFBBFD

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

Shades of Lavender Blue #BFBBFD

Tints of Lavender Blue #BFBBFD

Color information

#BFBBFD (or 0xBFBBFD) is unknown color: approx Lavender Blue. HEX triplet: BF, BB and FD. RGB value is (191,187,253). Sum of RGB (Red+Green+Blue) = 191+187+253=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBFD is #404402. Grayscale: #C3C3C3. Windows color (decimal): -4211715 or 16628671. OLE color: 16628671.

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

Color convert

RGB191187253-
CMYK0.250.2600.01
HSL243.64º94.29%86.27%-
HSV(B)243.64º26.09%99.22%-
XYZ56.9953.71100.29-
YUV195.72160.33124.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=30.27%
G=29.64%
B=40.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911872530.250.2600.01243.6494.2986.27
HexBFBBFD191A01f45e56
Octal277273375313201364136126
Binary1011111110111011111111011100111010011111010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBFD; }

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

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

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

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

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

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

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

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