#BCBFE2

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

Shades of Lavender Grey #BCBFE2

Tints of Lavender Grey #BCBFE2

Color information

#BCBFE2 (or 0xBCBFE2) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and E2. RGB value is (188,191,226). Sum of RGB (Red+Green+Blue) = 188+191+226=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE2 is #43401D. Grayscale: #C1C1C1. Windows color (decimal): -4407326 or 14860220. OLE color: 14860220.

HSL color Cylindrical-coordinate representation of color #BCBFE2: hue angle of 235.26º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBFE2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188191226-
CMYK0.170.1500.11
HSL235.26º39.58%81.18%-
HSV(B)235.26º16.81%88.63%-
XYZ53.153.4479.47-
YUV194.09146.01123.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=31.07%
G=31.57%
B=37.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881912260.170.1500.11235.2639.5881.18
HexBCBFE211F0Beb2851
Octal274277342211701335350121
Binary10111100101111111110001010001111101011111010111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFE2; }

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

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

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

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

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

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

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

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