#BBBBCD

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

Shades of Lavender Grey #BBBBCD

Tints of Lavender Grey #BBBBCD

Color information

#BBBBCD (or 0xBBBBCD) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and CD. RGB value is (187,187,205). Sum of RGB (Red+Green+Blue) = 187+187+205=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCD is #444432. Grayscale: #BCBCBC. Windows color (decimal): -4473907 or 13482939. OLE color: 13482939.

HSL color Cylindrical-coordinate representation of color #BBBBCD: hue angle of 240º 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 #BBBBCD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187187205-
CMYK0.090.0900.20
HSL240º15.25%76.86%-
HSV(B)240º8.78%80.39%-
XYZ49.2850.5164.91-
YUV189.05137126.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=32.30%
G=32.30%
B=35.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871872050.090.0900.2024015.2576.86
HexBBBBCD99014f0f4d
Octal273273315111102436017115
Binary101110111011101111001101100110010101001111000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBCD; }

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

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

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

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

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

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

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

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