#BCBBD4

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

Shades of Lavender Grey #BCBBD4

Tints of Lavender Grey #BCBBD4

Color information

#BCBBD4 (or 0xBCBBD4) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and D4. RGB value is (188,187,212). Sum of RGB (Red+Green+Blue) = 188+187+212=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD4 is #43442B. Grayscale: #BEBEBE. Windows color (decimal): -4408364 or 13941692. OLE color: 13941692.

HSL color Cylindrical-coordinate representation of color #BCBBD4: hue angle of 242.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBBD4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188187212-
CMYK0.110.1200.17
HSL242.4º22.52%78.24%-
HSV(B)242.4º11.79%83.14%-
XYZ50.3950.9969.47-
YUV190.15140.33126.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=32.03%
G=31.86%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881872120.110.1200.17242.422.5278.24
HexBCBBD4BC011f2174e
Octal274273324131402136227116
Binary1011110010111011110101001011110001000111110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBD4; }

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

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

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

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

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

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

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

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