#BFBBF6

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

Shades of Lavender Blue #BFBBF6

Tints of Lavender Blue #BFBBF6

Color information

#BFBBF6 (or 0xBFBBF6) is unknown color: approx Lavender Blue. HEX triplet: BF, BB and F6. RGB value is (191,187,246). Sum of RGB (Red+Green+Blue) = 191+187+246=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF6 is #404409. Grayscale: #C2C2C2. Windows color (decimal): -4211722 or 16169919. OLE color: 16169919.

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

Color convert

RGB191187246-
CMYK0.220.2400.04
HSL244.07º76.62%84.9%-
HSV(B)244.07º23.98%96.47%-
XYZ55.8953.2794.53-
YUV194.92156.83125.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 246 (96.48% from 255) = 39.42%
R=30.61%
G=29.97%
B=39.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911872460.220.2400.04244.0776.6284.9
HexBFBBF6161804f44d55
Octal277273366263004364115125
Binary101111111011101111110110101101100001001111010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBF6; }

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

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

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

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

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

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

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

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