#BCBBE5

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

Shades of Lavender Grey #BCBBE5

Tints of Lavender Grey #BCBBE5

Color information

#BCBBE5 (or 0xBCBBE5) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and E5. RGB value is (188,187,229). Sum of RGB (Red+Green+Blue) = 188+187+229=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE5 is #43441A. Grayscale: #BFBFBF. Windows color (decimal): -4408347 or 15055804. OLE color: 15055804.

HSL color Cylindrical-coordinate representation of color #BCBBE5: hue angle of 241.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBBE5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188187229-
CMYK0.180.1800.10
HSL241.43º44.68%81.57%-
HSV(B)241.43º18.34%89.8%-
XYZ52.6551.8981.37-
YUV192.09148.83125.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=31.13%
G=30.96%
B=37.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881872290.180.1800.10241.4344.6881.57
HexBCBBE512120Af12d52
Octal274273345222201236155122
Binary101111001011101111100101100101001001010111100011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBE5; }

 p { color: rgb(188,187,229); }

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

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

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

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

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

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

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