#BCBFCC

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

Shades of Lavender Grey #BCBFCC

Tints of Lavender Grey #BCBFCC

Color information

#BCBFCC (or 0xBCBFCC) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and CC. RGB value is (188,191,204). Sum of RGB (Red+Green+Blue) = 188+191+204=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCC is #434033. Grayscale: #BFBFBF. Windows color (decimal): -4407348 or 13418428. OLE color: 13418428.

HSL color Cylindrical-coordinate representation of color #BCBFCC: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBFCC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188191204-
CMYK0.080.0600.2
HSL228.75º13.56%76.86%-
HSV(B)228.75º7.84%80%-
XYZ50.2752.3164.57-
YUV191.58135.01125.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=32.25%
G=32.76%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881912040.080.0600.2228.7513.5676.86
HexBCBFCC86014e5e4d
Octal27427731410602434516115
Binary10111100101111111100110010001100101001110010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFCC; }

 p { color: rgb(188,191,204); }

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

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

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

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

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

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

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