#BCBBD0

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

Shades of Lavender Grey #BCBBD0

Tints of Lavender Grey #BCBBD0

Color information

#BCBBD0 (or 0xBCBBD0) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and D0. RGB value is (188,187,208). Sum of RGB (Red+Green+Blue) = 188+187+208=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD0 is #43442F. Grayscale: #BDBDBD. Windows color (decimal): -4408368 or 13679548. OLE color: 13679548.

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

Color convert

RGB188187208-
CMYK0.100.1000.18
HSL242.86º18.26%77.45%-
HSV(B)242.86º10.1%81.57%-
XYZ49.8950.7966.85-
YUV189.69138.33126.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=32.25%
G=32.08%
B=35.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881872080.100.1000.18242.8618.2677.45
HexBCBBD0AA012f3124d
Octal274273320121202236322115
Binary1011110010111011110100001010101001001011110011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBD0; }

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

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

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

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

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

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

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

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