#BFBBEF

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

Shades of Lavender Grey #BFBBEF

Tints of Lavender Grey #BFBBEF

Color information

#BFBBEF (or 0xBFBBEF) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and EF. RGB value is (191,187,239). Sum of RGB (Red+Green+Blue) = 191+187+239=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFBBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBEF is #404410. Grayscale: #C1C1C1. Windows color (decimal): -4211729 or 15711167. OLE color: 15711167.

HSL color Cylindrical-coordinate representation of color #BFBBEF: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBBEF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191187239-
CMYK0.200.2200.06
HSL244.62º61.9%83.53%-
HSV(B)244.62º21.76%93.73%-
XYZ54.8452.8588.97-
YUV194.12153.33125.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=30.96%
G=30.31%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911872390.200.2200.06244.6261.983.53
HexBFBBEF141606f53e54
Octal27727335724260636576124
Binary10111111101110111110111110100101100110111101011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBEF; }

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

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

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

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

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

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

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

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