#BCBCF0

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

Shades of Lavender Grey #BCBCF0

Tints of Lavender Grey #BCBCF0

Color information

#BCBCF0 (or 0xBCBCF0) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and F0. RGB value is (188,188,240). Sum of RGB (Red+Green+Blue) = 188+188+240=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCF0 is #43430F. Grayscale: #C1C1C1. Windows color (decimal): -4408080 or 15776956. OLE color: 15776956.

HSL color Cylindrical-coordinate representation of color #BCBCF0: hue angle of 240º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBCF0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188188240-
CMYK0.220.2200.06
HSL240º63.41%83.92%-
HSV(B)240º21.67%94.12%-
XYZ54.4552.9589.79-
YUV193.93154123.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=30.52%
G=30.52%
B=38.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881882400.220.2200.0624063.4183.92
HexBCBCF0161606f03f54
Octal27427436026260636077124
Binary10111100101111001111000010110101100110111100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCF0; }

 p { color: rgb(188,188,240); }

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

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

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

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

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

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

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