#BCBBD5

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

Shades of Lavender Grey #BCBBD5

Tints of Lavender Grey #BCBBD5

Color information

#BCBBD5 (or 0xBCBBD5) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and D5. RGB value is (188,187,213). Sum of RGB (Red+Green+Blue) = 188+187+213=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD5 is #43442A. Grayscale: #BEBEBE. Windows color (decimal): -4408363 or 14007228. OLE color: 14007228.

HSL color Cylindrical-coordinate representation of color #BCBBD5: hue angle of 242.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBBD5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188187213-
CMYK0.120.1200.16
HSL242.31º23.64%78.43%-
HSV(B)242.31º12.21%83.53%-
XYZ50.5251.0470.14-
YUV190.26140.83126.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=31.97%
G=31.80%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881872130.120.1200.16242.3123.6478.43
HexBCBBD5CC010f2184e
Octal274273325141402036230116
Binary1011110010111011110101011100110001000011110010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBD5; }

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

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

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

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

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

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

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

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