#BBBECD

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

Shades of Lavender Grey #BBBECD

Tints of Lavender Grey #BBBECD

Color information

#BBBECD (or 0xBBBECD) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and CD. RGB value is (187,190,205). Sum of RGB (Red+Green+Blue) = 187+190+205=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECD is #444132. Grayscale: #BEBEBE. Windows color (decimal): -4473139 or 13483707. OLE color: 13483707.

HSL color Cylindrical-coordinate representation of color #BBBECD: hue angle of 230º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBECD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187190205-
CMYK0.090.0700.20
HSL230º15.25%76.86%-
HSV(B)230º8.78%80.39%-
XYZ49.9351.865.12-
YUV190.81136.01125.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=32.13%
G=32.65%
B=35.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871902050.090.0700.2023015.2576.86
HexBBBECD97014e6f4d
Octal27327631511702434617115
Binary10111011101111101100110110011110101001110011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBECD; }

 p { color: rgb(187,190,205); }

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

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

 a { background-color: rgb(187,190,205); }

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

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

 span { border-color: rgb(187,190,205); }

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