#BCBCEE

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

Shades of Lavender Grey #BCBCEE

Tints of Lavender Grey #BCBCEE

Color information

#BCBCEE (or 0xBCBCEE) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and EE. RGB value is (188,188,238). Sum of RGB (Red+Green+Blue) = 188+188+238=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCEE is #434311. Grayscale: #C1C1C1. Windows color (decimal): -4408082 or 15645884. OLE color: 15645884.

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

Color convert

RGB188188238-
CMYK0.210.2100.07
HSL240º59.52%83.53%-
HSV(B)240º21.01%93.33%-
XYZ54.1552.8388.23-
YUV193.7153123.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=30.62%
G=30.62%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881882380.210.2100.0724059.5283.53
HexBCBCEE151507f03c54
Octal27427435625250736074124
Binary10111100101111001110111010101101010111111100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCEE; }

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

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

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

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

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

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

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

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