#BCBBE8

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

Shades of Lavender Grey #BCBBE8

Tints of Lavender Grey #BCBBE8

Color information

#BCBBE8 (or 0xBCBBE8) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and E8. RGB value is (188,187,232). Sum of RGB (Red+Green+Blue) = 188+187+232=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBE8 is #434417. Grayscale: #C0C0C0. Windows color (decimal): -4408344 or 15252412. OLE color: 15252412.

HSL color Cylindrical-coordinate representation of color #BCBBE8: hue angle of 241.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBBE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188187232-
CMYK0.190.1900.09
HSL241.33º49.45%82.16%-
HSV(B)241.33º19.4%90.98%-
XYZ53.0752.0683.59-
YUV192.43150.33124.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=30.97%
G=30.81%
B=38.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881872320.190.1900.09241.3349.4582.16
HexBCBBE8131309f13152
Octal274273350232301136161122
Binary101111001011101111101000100111001101001111100011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBE8; }

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

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

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

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

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

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

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

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