#BBBFDF

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

Shades of Lavender Grey #BBBFDF

Tints of Lavender Grey #BBBFDF

Color information

#BBBFDF (or 0xBBBFDF) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and DF. RGB value is (187,191,223). Sum of RGB (Red+Green+Blue) = 187+191+223=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDF is #444020. Grayscale: #C1C1C1. Windows color (decimal): -4472865 or 14663611. OLE color: 14663611.

HSL color Cylindrical-coordinate representation of color #BBBFDF: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBFDF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187191223-
CMYK0.160.1400.13
HSL233.33º36%80.39%-
HSV(B)233.33º16.14%87.45%-
XYZ52.4453.1577.31-
YUV193.45144.67123.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=31.11%
G=31.78%
B=37.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871912230.160.1400.13233.333680.39
HexBBBFDF10E0De92450
Octal273277337201601535144120
Binary10111011101111111101111110000111001101111010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFDF; }

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

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

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

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

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

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

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

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